Learn R Programming

caper (version 1.0.3)

summary.caic: Summarize a crunch, brunch or macrocaic analysis

Description

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.

Usage

# S3 method for caic
summary(object, ...)
# S3 method for caic
print(x,...)

Value

The summary method returns an object of class 'summary.lm'.

Arguments

object

An object of class 'caic'.

x

An object of class 'caic'.

...

Arguments to be passed to 'summary.lm'.

Author

David Orme

See Also

crunch,brunch, link{macrocaic}

Examples

Run this code
data(shorebird)
shorebird <- comparative.data(shorebird.tree, shorebird.data, Species)
crunchMod <- crunch(Egg.Mass ~ F.Mass + M.Mass, data=shorebird)
print(crunchMod)
summary(crunchMod)

Run the code above in your browser using DataLab