Description Usage Arguments Value Note Author(s) References Examples
Runs Levene tests examine Variance
1 | AnalyzeVariance(observations, treatments, block)
|
observations |
Numeric vector of response variables |
treatments |
Vector of factors to group observations |
block |
An additional vector of factors, optional |
Levene Test by Treatments |
Levene test of variance for observations by treatments |
Levene Test by Treatments P-value |
Returns P-value from Levene Test |
Levene Test by Block |
Levene test of variance for observations by block |
Written for MAT 342 Spring 2019
Frederick T. Kaesmann Jr.
My GitHub -> https://github.com/ftkjr/SummaryPack
1 2 3 4 5 6 7 8 9 10 11 | #####
data("CO2")
AnalyzeVariance(CO2$uptake, CO2$Plant, CO2$Type)
#####
data("CO2")
AnalyzeVariance(CO2$uptake, CO2$Plant)
#####
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.