summaryC | R Documentation |
Summarize an analysis of variance model showing coefficients
## S3 method for class 'aovlist':
summaryC(object, ...)
object |
an object of class |
... |
further arguments passed on. |
Summarizes aovp
output in terms of coefficients with p-values.
Bob Wheeler rwheeler@echip.com
data(Alfalfa)
summaryC(aovp(Yield~Variety*Date+Error(Block/Variety),Alfalfa))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.