Introduction to Statistics (MAT/SST 115.03 2008S)
[Skip to Body]
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]
This outline is also available in PDF.
Held: Monday, 28 April 2008
Summary: We consider tests that can be used to determine what samples of two populations reveal about the differences of means between those two populations.
Notes:
Overview:
the two means are the same.
sqrt(s1^2/n1+s2^2/n2).
df = (s1^2/n1 + s2^2/n2)^2/((s1^2/n1)^2/(n1-1) + (s2^2/n2)^2/(n2-1))
t.test.
t.test(Sample1,Sample2)
t.test to compute a confidence interval.
t.test(Sample1,Sample2,conf.level=.##)
pt.
qt, but, once again, you need to supply the area
of the curve to the left of that value. For a 95% confidence interval
and 5 degrees of freedom, we would write
qt(.975,df=5)
[Skip to Body]
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]
Disclaimer:
I usually create these pages on the fly
, which means that I rarely
proofread them and they may contain bad grammar and incorrect details.
It also means that I tend to update them regularly (see the history for
more details). Feel free to contact me with any suggestions for changes.
This document was generated by
Siteweaver on Fri May 2 13:40:57 2008.
The source to the document was last modified on Mon Apr 21 11:38:41 2008.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/MAT115/2008S/Outlines/outline.36.html.
You may wish to
validate this document's HTML
;
;
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.