spaov: A Function to Perform Split Plot Design ANOVA

Description Usage Arguments Author(s) Examples

Description

The function parses factor columns and block as factors and creates an ANOVA table for the split plot ANOVA design and creates requirement check diagnostic plots (residuals vs fitted and QQ of residuals).

Usage

1
spaov(resp, nestfct, crossfct, block, plots = TRUE)

Arguments

resp

resp is the response variable of the ANOVA model.

nestfct

nestfct is the factor to nest the block of the ANOVA model.

crossfct

crossfct is the factor to be crossed with the nest factor and the block of the ANOVA model.

block

block is the block of the ANOVA design.

plots

plots defaults to TRUE and displays requirements plots. When FALSE plots do not display.

Author(s)

McKay Davis

Examples

1
2
3
data("dog")
View(dog)
spaov(resp = dog$LacticAcid, nestfct = dog$Method, crossfct = dog$Operations, block = dog$Dog, plots = TRUE)

McKayMDavis/spaov documentation built on May 28, 2019, 1:51 p.m.