To Projects
IT 223 -- Project 5
Important: Include all relevant R output, and the R statements that produces this
output. The starred questions require a typed answer as well as R output
that supports your answer.
One-sample t-tests
Two-sample t-tests
- Import Sheet1 and Sheet2 of the CSV file
paper-thicknesses.txt
- Print the two datasets.
- Perform the following, using the appropriate dataset for each item:
- *Use R to create two boxplots on the same plot for the thicknesses in Batch A and Batch B
separately. Are there any outliers?
- *Use R to create normal plots for the thicknesses in Batch A and Batch B separately.
Interpret the normal plots.
- *Use R to perform a paired-sample t-test on the Paper
Thicknesses data.
State the null and alternative hypotheses.
What is the t-statistic? Find a 95% confidence interval for the test
statistic. Do you accept or
reject the null hypothesis using a 95%-confidence test? What is the p-value?
- *Find xbar and SD+ for Diff, where Diff is the column of differences for
BatchA and BatchB.
What are the sample mean and SD+ for the values in the Diff column?
- *Compute the t-value by hand for the null hypotheses Diff=0, using xbar and
SD+ from Question 5.
- *Is the p-value for H0: Diff=0 the same as the p-value obtained in Question 3c?