print.summary.phylog: Printing summaries of PHYLOGR statistical functions

Description Usage Arguments Details Value Author(s) References See Also

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

1
2
3
4
5
6
## 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


PHYLOGR documentation built on April 14, 2020, 7 p.m.