Question

In: Math

Consider the data set below. 65 68 58 57 71 61 60 67 66 72 60...

  1. Consider the data set below.

65 68 58 57 71 61 60 67 66 72

60 62 54 57 61 54 55 58 61 55

64 66 56 61 51 83 57 55 58 59

61 55 66 55 58 52 75 67 64 56

55 58 50 62 63 67 57 54 55 63

a.       Find the mean, median and mode.

b.       Find the range, variance, and standard deviation.

c.              Find the lower quartile, upper quartile, and inter-quartile range

2- For the same data set as Problem 1, are there outliers in the data? Justify your conclusion using;

  1. Box plot. Use +1.5*interquartile range, (Lower inner fence and Upper inner fence)
  2. Empirical rule method.

Solutions

Expert Solution

R-Code x=c(65,68,58,57,71,61,60,67,66,72,60,62,54,57,61,54,55,58,61,55,64,66,56,61,51,83,57,55,58,59,61,55,66,55,58,52,75,67,64,56,55,58,50,62,63,67,57,54,55,63)
summary(x)

OUTPUT

> summary(x)
Min. 1st Qu. Median Mean 3rd Qu. Max.
50.00 55.25 59.50 60.50 64.00 83.00

a) Mean= 60.50, Median= 59.50

code for mode
Mode = function(x)
{
ta = table(x)
tam = max(ta)
mod = as.numeric(names(ta)[ta == tam])
return(mod)
}
Mode(x)

output

> Mode(x)
[1] 55

b) Range = MAX- MIN = 83- 50 =33 (from summary statistics)

R-Code

var(x)
sd(x)

output

> var(x)
[1] 41.43878
> sd(x)
[1] 6.437296

variance=41.43878

standard deviation= 6.437296

c) From the summary Statistics

lower Quartile: 55.25

upper Quartile: 64.00

Inter-Quartile Range: upper Quartile-lower Quartile = 64.00-55.25= 8.75

2) a) Boxplot

from the boxplot its evident that there is one outlier beyond 80 i.e 83.

b) Empirical Rule: Approximately 99.7% of the data falls within three standard deviations of the mean. The following notation is used to represent this fact: μ ± 3σ

R-Code

length(x)
0.997*length(x)
mean(x)+(3*sd(x))
mean(x)-(3*sd(x))

OUTPUT

> length(x)
[1] 50
> 0.997*length(x)
[1] 49.85
> mean(x)+(3*sd(x))
[1] 79.81189
> mean(x)-(3*sd(x))
[1] 41.18811

again it is evident that there is only one value beyond this range that is 83. which can be treated as an outlier.


Related Solutions

Population 1   Population 2 51   54 57   51 65   67 68   60 53   58 58   61...
Population 1   Population 2 51   54 57   51 65   67 68   60 53   58 58   61 75   66 72   79 Can it be concluded, from this data, that there is a significant difference between the two population means? Let d=(Population 1 entry)−(Population 2 entry). Use a significance level of α=0.1 for the test. Assume that both populations are normally distributed. Step 1 of 5: State the null and alternative hypotheses for the test. Step 2 of 5: Find the value...
Math Reading 52 65 63 71 55 61 68 77 66 76 57 70 59 69...
Math Reading 52 65 63 71 55 61 68 77 66 76 57 70 59 69 76 77 69 76 59 70 74 78 73 80 62 66 59 66 72 76 61 67 55 61 73 77 Can you teach me how to solve the problem below An educator conducted an experiment to test whether new directed reading activities in the classroom will help elementary school pupils improve some aspects of their reading ability. She arranged for a third...
X | 65 67 62 68 66 69 61 67 64 69 Y | 110 105...
X | 65 67 62 68 66 69 61 67 64 69 Y | 110 105 113 107 109 111 104 110 116 115 A)Given the paired data set above of Super Models heights and weights, then Determine the Line of Regression. B)Calculate the Coefficient of Correlation for the data set C) Using the Line of Regression from the data set, predict the weight of a Model who is 69 inches tall. D) Using the data set construct a Scatter...
Ages of Presidents at Inauguration 57 61 57 57 58 57 61 54 68 51 49...
Ages of Presidents at Inauguration 57 61 57 57 58 57 61 54 68 51 49 64 50 48 65 52 56 46 54 49 51 47 55 55 54 42 51 56 55 51 54 51 60 62 43 55 56 61 52 69 64 46 54 47 Create a frequency table using the data above Use 7 classes Show the relative and cumulative frequencies    List the class boundaries and class mid-points    What is the modal class?
Population 1 59 57 77 60 59 64 72 67 Population 2 61 53 84 53...
Population 1 59 57 77 60 59 64 72 67 Population 2 61 53 84 53 69 74 64 73 Can it be concluded, from this data, that there is a significant difference between the two population means? Let d=(Population 1 entry)−(Population 2 entry)d=(Population 1 entry)−(Population 2 entry). Use a significance level of α=0.01α=0.01 for the test. Assume that both populations are normally distributed. 1.State the null and alternative hypotheses for the test 2. Find the value of the standard...
Here is the data set concerning treatment groups A and B. 57 70 66 27 65...
Here is the data set concerning treatment groups A and B. 57 70 66 27 65 15 40 86 64 49 11 16 34 57 61 29 26 73 45 71 30 98 43 46 64 88 19 22 14 53 14 59 11 94 34 18 68 68 39 62 Before performing a t-test to determine if the two groups are different, researchers must first ascertain if the variance in the two groups is the same using an F...
1. Given the following set of exam scores: 58, 53, 56, 68, 60, 62, 65, 62,...
1. Given the following set of exam scores: 58, 53, 56, 68, 60, 62, 65, 62, 75, 75, 78, 70, 70, 75, 72, 79, 80, 85, 88, 83, 85, 87, 95, 97, 90 (I recommend Excel for all of this) a. Determine the five ranges and the frequency in each range b. Plot, in Excel, a bar graph of frequency vs range. Include a title and axis labels c. Using the same ranges determine the cumulative frequency d. Plot, in...
May 61 57 34 94 101 148 79 228 68 226 201 137 200 71 134...
May 61 57 34 94 101 148 79 228 68 226 201 137 200 71 134 273 98 116 145 145 88 166 140 250 144 188 155 228 213 112 203 187 329 249 169 182 173 126 132 231 243 335 137 177 161 Open Tornadoes_HW6 data. Test if the month of May has more than 130 tornadoes on average. 13. What test/procedure did you perform? (5 points) a. One-sided t-test b. Two-sided t-test c. Regression d. Confidence...
2.1. For the following data values: 68 56 78 80 65 45 65 64 66 Find...
2.1. For the following data values: 68 56 78 80 65 45 65 64 66 Find the following 2.1.1 Mean [2] 2.1.2 Variance [3] 2.1.3 Standard deviation [1] 2.1.4 Coefficient of variation [3] 2.1.5 The interquartile range
Student Sex math physic chem 401 F 83 53 60 402 M 66 58 61 403...
Student Sex math physic chem 401 F 83 53 60 402 M 66 58 61 403 F 78 49 62 404 M 71 66 60 405 F 77 43 46 406 M 71 49 50 407 F 80 54 59 408 M 70 60 58 409 F 82 54 56 410 M 70 52 57 411 F 80 48 52 412 M 70 53 47 413 F 80 48 47 414 M 68 50 58 415 F 82 62 60...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT