aovtable: Wrapper around 'aov' with better output.

Description Usage Arguments Details Value Author(s) See Also

Description

Wrapper around aov for repeated measures anova.

Usage

1
2
aovtable(formula = NULL, unit = NULL, cv = NULL, data = NULL,
  dbg = FALSE, ...)

Arguments

formula

RHS of formula should be in partheses, () between any predictor and unit: y~(x1+x2)

unit

Factor for stratification units, typicall subject or item, used to build error term

cv

Say something here

data

Data.frame passed to aov

dbg

Enable verbose output for debugging

...

Additional arguments passed to aov

Details

No details yet.

Value

An anova table (data.frame)

Author(s)

David Braze davebraze@gmail.com

See Also

aov

Other aovtable: print.aovtable


davebraze/FDB1 documentation built on May 14, 2019, 8:59 p.m.