Description Usage Arguments Details Value Note Author(s) References Examples
ANOVA or oneway.test based on Homoscedasticity or Heteroscedasticity of observations by treatments. Also ANOVA table for observations by treatments and block. Prints Tukey Tables where applicable.
1 | ANOVATableandTest(someObservations, aTreatmentVector, blockingGroups)
|
observations |
A Numeric Vector |
treatments |
A Vector of Factors to Group observations |
block |
A Vector of Factors, Optional Argument |
confidenceInterval |
Assumed to be 0.05 unless otherwise specified |
Designed for use in RBD()
ANOVA Table |
If block doesn't exist and the P-value from Levene's Test for observations by treatments is not significant, returns one way ANOVA |
ANOVA P-value |
Returns P-value from ANOVA table for use in other functions. |
Oneway.test Table |
If block doesn't exist, and the P-value from Levene's Test for observations by treatments is significant, returns oneway.test with var.equal = FALSE |
ANOVA Table |
If block exists, runs multifactor ANOVA |
Tukey Table |
If applicable for one or multifactor ANOVA, prints and plots Tukey Table |
Designed for Professor Ray Mugno's MAT 342 class, Spring 2019
Frederick T. Kaesmann Jr.
My Github -> https://github.com/ftkjr
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.