x<- c(63.4,65,64.4,63.3,54.8,64.5,60.8,49.1,51)
t.test(x,mu = 57,conf.level=0.99)
> t.test(x,mu = 57,conf.level=0.99)
One Sample t-test
data: x
t = 1.2416, df = 8, p-value = 0.2495
alternative hypothesis: true mean is not equal to 57
99 percent confidence interval:
52.59259 66.58519
sample estimates:
mean of x
59.58889
a)
b)
TS = (Xbar - mu)/(sd/sqrt(n))
TS = 1.2416
c)
df = n-1 = 8
critical value =
qt(0.995,8)
= 3.355387
d)
p-value = 0.2495
e) t.test(x,mu = 57,conf.level=0.99)
F)
since p-value > alpha
we fail to reject the null hypothesis
we conclude that there is not enough evidence to conclude that mean in different from 57% at 1 % level
Please rate
Homework 5, STAT 33001 Due April 9, 2019 For problems with R, include the R-code and the output f...
Homework 5, STAT 33001 Due April 9, 2019 For problems with R, include the R-code and the output from R with answers For test of hypothesis problems, if it is not specified, include the null- and alternative hy- pothesis, test statistic, critical value or P-value, and conclusion Learning Outcomes from this assignment: .Students will be able to perform hypothesis testing for one and two samples. Students will be able to perform hypothesis testing for paired samples. . Students will be...
2. The composition of the earth's atmosphere may have changed over time. To try! to discover the nature of the atmosphere long ago, we can examine the gas in bubbles inside ancient amber. Amber is tree resin that has hardened and been trapped in rocks. The gas in bubbles within amber should be a sample of the atmosphere at the time the amber was formed. Measurements on specimens of amber from the late Cretaceous era (75 to 95 million years...
In a random sample of 1276 U.S. adults, 903 favor using mandatory testing to assess how well schools are educating students. In another random sample of 1112 U.S. adults taken 9 years ago, 799 favored using mandatory testing to assess how well schools are educating students. At α = 0.05, can you support the claim that the proportion of U.S. adults who favor mandatory testing to assess how well schools are educating students is less than it was 9 years...
Stat Ohe sum Save Homework: Ch9 Homework HW Score: 44.51 % , 39.62 of 89 pts 10 of 16 (11 complete) Score: 3.5 of 7 pts Question Help 9.2.11-T Female BMI Male BMI Given in the table are the BMI statistics for random samples of men and women. Assume that the two samples are independent simple random samples selected from normally distributed populations, and do not assume that the population standard deviations are equal. Complete parts (a) and (b) below....
Suppose a student organization at a university collected data for a study involving class sizes from different departments. The following table shows the average class size from a random sample of classes in the business school vs. the average class size from a random sample of classes in the engineering school. Data for the sample sizes and standard deviations are also shown. Use this data to complete parts a through c. Business Engineering Sample mean 38.5 31.2 Sample standard deviation...
(Refer to HW6 #2) Rural and urban students are to be compared on the basis of their scores on a nationwide musical aptitude test. Two random sample of sizes 90 and 100 are selected from rural and urban seventh grade students. The summary statistics from the test scores are Rural Urban Sample size 90 100 Mean 76.4 81.2 Standard deviation 8.2 7.6 Do these data provide strong evidence that there is a difference in population mean scores between urban and...
3. (40 points) Twenty years ago 56% of parents of high school students felt that it was a serious problem that high school students were not being taught enough science and math. A recent survey found that 318 out of 800 parents of high school students feel that it is a serious problem that students are not being taught enough science and math. At a 99% significance level, do parents today feel differently than they did 20 years ago? Steps...
How to do the following in R code: Write your own function my.t.test which can perform both one and two sample t-test. For two sample t-test, it can perform both equal and unequal variance version. Your my.t.test will take the following argument (1) the vector x, (2) optional vector y if it is two sample t-test, (3) type of alternative hypothesis alternative, (4) the mean or mean difference that you are testing mu. Your function my.t.test should contain a routine...
please show as much work as possible
Page |1 EG e 2019 Please show your worlearly to eive fuires. ( Vor wants to study the effectiveness of the Statistics course to improve students' scores included a pre-testing score and post-testing score of each student. To compare the differences, I computed (post-testing score - pre-testing score). Seven students were randomly selected and completed both tests. The results follow. Let 1-a = 0.99 and a = 0.01. %3D Post-Testing score Pre-Testing score...
9. Using the values that you found in numbers 1 and 2, perform the following hypothesis test. At a 10% significance level, test the claim that the women’s mean completion time is greater than ___________ (the men’s mean completion time). Use the samples to find the mean completion time of the for the male runners- 29.91 female runners- 31.57 Use the samples to find the sample standard deviation of the completion times for the male runners- .66 female runners- 1.17...