AnalyzeVariance: Examine variances and means across treatments and block...

Description Usage Arguments Value Note Author(s) References Examples

Description

Runs Levene tests examine Variance

Usage

1
AnalyzeVariance(observations, treatments, block)

Arguments

observations

Numeric vector of response variables

treatments

Vector of factors to group observations

block

An additional vector of factors, optional

Value

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

Note

Written for MAT 342 Spring 2019

Author(s)

Frederick T. Kaesmann Jr.

References

My GitHub -> https://github.com/ftkjr/SummaryPack

Examples

 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)

#####

ftkjr/SummaryPack documentation built on June 4, 2019, 8:23 a.m.