print.summary.phylog {PHYLOGR}R Documentation

Printing summaries of PHYLOGR statistical functions

Description

These are specific 'methods' for print, that are used with objects of classes summary.phylog.lm, summary.phylog.cancor, and summary.phylog.prcomp, respectively.

Usage

## S3 method for class 'summary.phylog.lm'
print(x, ...)
## S3 method for class 'summary.phylog.cancor'
print(x, ...)
## S3 method for class 'summary.phylog.prcomp'
print(x, ...)

Arguments

x

an object of the appropriate class.

...

further parameters to be passed (currently not used).

Details

These functions are called automagically whenever you type 'summary(object.name)' or you type the name of a summary object; these functions simply provide nicer formated output.

Value

See explanation of output in summary.phylog.lm, summary.phylog.cancor, and summary.phylog.prcomp.

Author(s)

Ramon Diaz-Uriarte and Theodore Garland, Jr.

References

Diaz-Uriarte, R., and Garland, T., Jr., in prep. PHYLOGR: an R package for the analysis of comparative data via Monte Carlo simulations and generalized least squares approaches.

See Also

summary.phylog.lm, summary.phylog.prcomp, summary.phylog.cancor


[Package PHYLOGR version 1.0.11 Index]