1 Here is a short description of the analysis-tools:
4 MS = Mean Square (MS = SS/df)
7 Multiple R = Multiple Regression
8 R Square = coefficient of determination, but in some langs mathematics
9 use R^2, so ask you math teacher :)
10 ANOVA = ANalysis Of VAriance
14 Valek <frob@df.ru> and Kenneth <kenneth@gnu.org>
15 Created with help from Pete.
17 t-test: technically called Student's t-test
18 F-test: used to test whether the variances of two samples are different
20 t-test: used to test whether the means of two samples are different
21 http://stat.ethz.ch/R-alpha/library/base/html/t.test.html
22 http://www.statsol.com/tools/stattools/ttestindependenttoolhelp.html