Question

In: Statistics and Probability

The data below are the densities of clover flowers in a lawn (flowers/m2) for 20 quadrat...

The data below are the densities of clover flowers in a lawn (flowers/m2) for 20 quadrat samples. For this data set create a frequency table and histogram, and determine the sample size, mean, median, mode, range, standard deviation, variance, and standard error, and the 95% confidence interval for the population mean.

Describe the data using all of the following terms that apply: population, census, sample, quantitative data, qualitative data, discrete data, continuous data, symmetric, skewed, bimodal, and/or multimodal.5, 0, 23, 10, 1, 6, 19, 0, 4, 8, 0, 18, 22, 23, 0, 21, 7, 24, 6, 23

Solutions

Expert Solution

We will use R software to create a frequency table and histogram , and also for other calculation process any other software can be used , if manual calculation are require you can ask for that in comment box.

Given data is

5, 0, 23, 10, 1, 6, 19, 0, 4, 8, 0, 18, 22, 23, 0, 21, 7, 24, 6, 23

We will first import data into R

x=c(5, 0, 23, 10, 1, 6, 19, 0, 4, 8, 0, 18, 22, 23, 0, 21, 7, 24, 6, 23 )

to create a frequency table and histogram

1) Frequency table

> table(x)               # frequency table
x
0 1 4 5 6 7 8 10 18 19 21 22 23 24
4 1 1 1 2 1 1   1   1 1 1 1   3   1

2) Histogram

> b=seq(0,27,3)          # to create bins of size 3

> hist(x,breaks=b,col=13)            # to plot histogram

3) Sample Size

> n=length(x)
> n
[1] 20

Thus Sample Size n = 20

4) To find mean, median, mode, range, standard deviation, variance, and standard error,

> summary(x)
Min. 1st Qu. Median Mean   3rd Qu.    Max.
   0.00    3.25   7.50      11.00    21.25 24.00

> mean(x)                 # to find mean
[1] 11


> median(x)              # to find median
[1] 7.5


> sd(x)                     # to find standard deviation s
[1] 9.403247

> var(x)                    # to find variance Var
[1] 88.42105

> sd(x)/n^(1/2)                 # to find standard error S.E = sd/(n)1/2
[1] 2.10263

Now The mode of a set of data values is the value that appears most often.

From Frequency table we have

x
0 1 4 5 6 7 8 10 18 19 21 22 23 24
4 1 1 1 2 1 1   1   1 1 1 1   3   1

Number zero " 0 " has appears most often.

Hence mode is 0

Now rande is given by range = Maximum - Minimum

                                          = 24 - 0 = 24

Hence Range = 24

Thus

Mean = 11

Median = 7.5

Mode = 0

Range = 24

Standard deviation s = 9.403247

Variance = 88.42105

standard error S.E = s / (n)1/2 = 2.10263

5) 95% confidence interval for the population mean .

Now 95% confidence interval is given by

CI = ( - S.E , + S.E   )

Here = 11   ,   S.E = 2.10263

is t-distributed with n-1 = 20-1 = 20 degree of freedom and =0.05

We can find this value from statistical book or from software like R as follow

> qt(1-0.05/2,df=19)
[1] 2.093024

Thus

95% confidence interval for the population mean is

CI = ( - S.E , + S.E   )

    = ( 11 - 2.093024 * 2.10263 , 11 + 2.093024 * 2.10263 )

    = ( 6.599145 , 15.40086 )

Thus 95% confidence interval for the population mean is ( 6.5991 , 15.4009 )

6) Describe the data using all of the following terms that apply: population, census, sample, quantitative data, qualitative data, discrete data, continuous data, symmetric, skewed, bimodal, and/or multimodal

This is a sample data   ( since we are given 20 quadrat samples not popuation )

This is quantitative data   (Quantitative data are measures of values or counts and are expressed as numbers)

This is discrete data     ( since Discrete data is based on counts , and given data are notjing but count )

From obtained Histogram in part 2 we can say that this is not symmetric

Also is neither right skewed nor left skewed , since we can see two peaks at both ends.

So thse is bimodal     ( we can see two peaks in histogram )

A histogram with two peaks is called "bimodal" since it has two values or data ranges that appear most often in the data . So because there are only two peaks in hisograme this is not multimodal


Related Solutions

The data below are the densities of clover flowers in a lawn (flowers/m2) for 20 quadrat...
The data below are the densities of clover flowers in a lawn (flowers/m2) for 20 quadrat samples. For this data set create a frequency table and histogram, and determine the sample size, mean, median, mode, range, standard deviation, variance, and standard error, and the 95% confidence interval for the population mean. Describe the data using all of the following terms that apply: population, census, sample, quantitative data, qualitative data, discrete data, continuous data, symmetric, skewed, bimodal, and/or multimodal. 5, 0,...
Three large parallel insulating sheets have surface charge densities s1 = –30 pC/m2, s2 = +20...
Three large parallel insulating sheets have surface charge densities s1 = –30 pC/m2, s2 = +20 pC/m2, and s3 = +20 pC/m2. Adjacent sheets are a distance of 0.300 m from each other. Calculate the net electric field (magnitude and direction) due to all three sheets at points P, R, S, and T located midway between adjacent pairs.
The financial statements of Flowers Co. appear below: Flowers Co. Comparative Balance Sheets December 31, 2018...
The financial statements of Flowers Co. appear below: Flowers Co. Comparative Balance Sheets December 31, 2018 - 2019 —————————————————————————————————— Assets                                                                         2019                 2018                                                                                                Cash                                                                       $ 75,000          $ 150,000 Short-term investments                                             75,000             225,000 Accounts receivable (net)                                       150,000             112,500 Inventory                                                                225,000             262,500 Property, plant and equipment (net)                       975,000          1,125,000             Total assets                                               $1,500,000      $1,875,000 Liabilities and stockholders' equity Accounts payable                                                   $ 75,000          $ 112,500 Short-term notes...
This problem has several parts. The table below shows the ages and bone densities for five...
This problem has several parts. The table below shows the ages and bone densities for five women. Age 40 42 47 51 50 Bone Density 340 335 319 319 310 Enter the slope and y-intercept of the regression line, using age as the independent variable. Round your answers to two decimal places. Slope: Intercept: Using your regression line (with rounded coefficients), predict the bone density of a 53-year-old woman to the nearest whole number. Estimate: Did you just perform interpolation...
The accompanying data file contains 20 observations for t and yt. The data are plotted below....
The accompanying data file contains 20 observations for t and yt. The data are plotted below. t 1 2 3 4 5 6 7 8 9 10 yt 10.8 14.1 10.3 10.9 11.3 13.5 10.7 9.2 8.8 12 t 11 12 13 14 15 16 17 18 19 20 yt 9.8 11 15.1 12.5 12.9 12.3 9 14.9 10.1 11.9 b-1. Use the exponential smoothing method to make forecasts with α = 0.2. (Round intermediate calculations to at least 4...
Refer to the data set of 20 randomly selected presidents given below. Treat the data as...
Refer to the data set of 20 randomly selected presidents given below. Treat the data as a sample and find the proportion of presidents who were taller than their opponents. Use that result to construct a​ 95% confidence interval estimate of the population percentage. Based on the​ result, does it appear that greater height is an advantage for presidential​ candidates? Why or why​ not? Construct a​ 95% confidence interval estimate of the percentage of presidents who were taller than their...
Refer to the data set of 20 randomly selected presidents given below. Treat the data as...
Refer to the data set of 20 randomly selected presidents given below. Treat the data as a sample and find the proportion of presidents who were taller than their opponents. Use that result to construct a​ 95% confidence interval estimate of the population percentage. Based on the​ result, does it appear that greater height is an advantage for presidential​ candidates? Why or why​ not? Click the icon to view the table of heights. Construct a​ 95% confidence interval estimate of...
Prepare a trial balance for Kenny's Lawn Service as of September 30, 20--.
 Prepare a trial balance for Kenny's Lawn Service as of September 30, 20--. List the accounts in the order of Assets, Liabilities, Owner's equity, Revenue, and Expenses. If an amount box does not require an entry, leave it blank. The following accounts have normal balances.   Cash $10,000 Accounts Receivable 6,000 Supplies 1,600 Prepaid Insurance 1,200 Delivery Equipment 16,000 Accounts Payable 4,000 Kenny Young, Capital 20,000 Kenny Young, Drawing 2,000 Delivery Fees 18,800 Wages Expense 4,200 Rent Expense 1,800
Able writes to Baker: “I will mow your lawn for $20.” If Baker accepts, is this...
Able writes to Baker: “I will mow your lawn for $20.” If Baker accepts, is this an express or implied contract? Able telephones Baker: “I will mow your lawn for $20.” Is this an express or implied contract? Carr staples this poster to a utility pole: “$50 reward for the return of my dog, Argon.” Describe this in contractual terms regarding explicitness, mutuality, enforceability, and degree of completion.
For the data set shown below, complete parts (a) through (d) below. X 20 30 40...
For the data set shown below, complete parts (a) through (d) below. X 20 30 40 50 60 Y 98 95 91 81 68 (a) Find the estimates of Bo and B1. Bo=bo= _____ (Round to three decimal places as needed.) B1=b1= ______(Round to four decimal places as needed.) (b) Compute the standard error the point estimate for se= ____ (c) Assuming the residuals are normally distributed, determine Sb1=____ (Round to four decimal places as needed.) (d) Assuming the residuals...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT