Introduction to Statistics (MAT/SST 115.03 2008S)
Primary: [Front Door] [Syllabus] [Current Outline] [R] - [Academic Honesty] [Instructions]
Groupings: [Applets] [Assignments] [Data] [Examples] [Handouts] [Labs] [Outlines] [Projects] [Readings] [Solutions]
External Links: [R Front Door] [SamR's Front Door]
Although the book does not provide the data in electronic format,
I've put it into the file
MuscleFatigue.csv for you. You can load
it with
MF = read.csv("/home/rebelsky/Stats115/Data/MuscleFatigue.csv")
To compute the difference between men and women, you would use
MF$Man-MF$Woman
To build a dotplot for these data, you would use
library(BHH2, lib="/home/rebelsky/Stats115/Packages") dotPlot(MF$Man-MF$Woman)
You should be able to figure out how to do the t-test and confidence interval.
Primary: [Front Door] [Syllabus] [Current Outline] [R] - [Academic Honesty] [Instructions]
Groupings: [Applets] [Assignments] [Data] [Examples] [Handouts] [Labs] [Outlines] [Projects] [Readings] [Solutions]
External Links: [R Front Door] [SamR's Front Door]
Copyright (c) 2007-8 Samuel A. Rebelsky.
This work is licensed under a Creative Commons
Attribution-NonCommercial 2.5 License. To view a copy of this
license, visit http://creativecommons.org/licenses/by-nc/2.5/
or send a letter to Creative Commons, 543 Howard Street, 5th Floor,
San Francisco, California, 94105, USA.