summaryC {lmPerm} | R Documentation |
Coefficient summary from aovp
Description
Summarize an analysis of variance model showing coefficients
Usage
## S3 method for class 'aovlist':
summaryC(object, ...)
Arguments
object |
an object of class |
... |
further arguments passed on. |
Details
Summarizes aovp
output in terms of coefficients with p-values.
Author(s)
Bob Wheeler rwheeler@echip.com
Examples
data(Alfalfa)
summaryC(aovp(Yield~Variety*Date+Error(Block/Variety),Alfalfa))
[Package lmPerm version 2.1.0 Index]