North Rate West Rate Akron,OH 39 Bakersfield,CA 58 Allentown,PA 18 Brownsville,TX 18 Ann Arbor,MI 87 Colorado Sp,CO 69 Atlantic City,NJ 54 Denver,CO 47 Benton Harbor,MI 100 Fresno,CA 65 Boston,MA 32 Galveston,TX 46 ... ... Syracuse,NY 23 Victoria,TX 32 Vineland,NJ 55 Waco,TX 45We want to investigate the research hypothesis that the mean rate of reported rapes is higher for the West.
cp /afs/acpub/project/sta215/crime.data crime.data minitab read 'crime.data' c1 c2} name c1='NORTH' c2='WEST' twosample 'WEST' 'NORTH'; alternative=1.The output gives you the P-value for a test with null hypothesis H0: mu[west] = mu[north] versus H1: mu[west] > mu[north].
To obtain a confidence interval for the unknown mean mu in the one-sample data problem of Case Study 9.2. use the command interval. If you have left Minitab since going through the example in Section 3, you need to first repeat entering the data. Then type:
tinterval 95 'SLEEP'to obtain a 95% confidence interval for the unknown mu.