Summarize a crunch, brunch or macrocaic analysis
The summary method simply returns the linear model summary from the 'caic' object. The print method prints some basic information about the analysis followed by the model summary.
## S3 method for class 'caic' summary(object, ...) ## S3 method for class 'caic' print(x,...)
object |
An object of class 'caic'. |
x |
An object of class 'caic'. |
... |
Arguments to be passed to 'summary.lm'. |
The summary method returns an object of class 'summary.lm'.
David Orme
data(shorebird) shorebird <- comparative.data(shorebird.tree, shorebird.data, Species) crunchMod <- crunch(Egg.Mass ~ F.Mass + M.Mass, data=shorebird) print(crunchMod) summary(crunchMod)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.