diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2011-10-09 03:51:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:30 -0500 |
commit | 414c1df02f42ae6faf281f62cc7982427f8d14d7 (patch) | |
tree | 1b5e43d8a77b1c2c0ffd2d1556164e3a9602dfb3 /libraries/tamu_anova/README | |
parent | 2b7c9cd06c6963ffae8087b1cce75a96b963073a (diff) | |
download | slackbuilds-414c1df02f42ae6faf281f62cc7982427f8d14d7.tar.gz |
libraries/tamu_anova: Added (Contains both single and two factor ANOVA)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/tamu_anova/README')
-rw-r--r-- | libraries/tamu_anova/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/tamu_anova/README b/libraries/tamu_anova/README new file mode 100644 index 0000000000..635baf7202 --- /dev/null +++ b/libraries/tamu_anova/README @@ -0,0 +1,15 @@ +ANOVA, or Analysis of Variance, is a method for comparing levels of +some continuous response variable between different groups. The main +idea is to compare variation within each group to variation between +the groups; if the groups vary considerably from one group to another +in comparison to the within group variation, we can reject the null +hypothesis that all the groups have similar levels of the response +variable. + +TAMU ANOVA contains both single and two factor ANOVA. Use of the +package can be facilitated through linking to the compiled library +tamuanova. The package function definitions are accessible through +tamu_anova.h. The program must still be linked to the GSL (see GSL +documentation on linking and compiling.) + +This requires gsl. |