Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class 'caic'
summary(object, ...)
## S3 method for class 'caic'
print(x,...)

Arguments

object

An object of class 'caic'.

x

An object of class 'caic'.

...

Arguments to be passed to 'summary.lm'.

Value

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

Author(s)

David Orme

See Also

crunch,brunch, link{macrocaic}

Examples

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

caper

Comparative Analyses of Phylogenetics and Evolution in R

v1.0.1
GPL (>= 2)
Authors
David Orme, Rob Freckleton, Gavin Thomas, Thomas Petzoldt, Susanne Fritz, Nick Isaac, Will Pearse
Initial release
2018-04-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.