printca {cabootcrs} | R Documentation |
Prints reasonably full results, including variances
Description
printca
prints full correspondence analysis results, including inertias, coordinates,
representations, contributions, variances, covariances and critical values
Usage
printca(x, datasetname = NULL)
Arguments
x |
An object of class |
datasetname |
The name (in "") of the data set, to be used in the output, defaults to name in cabootcrs object |
Value
Printed results, no plots or objects produced
See Also
cabootcrs-package
, cabootcrs
, summaryca
, plotca
,
cabootcrsresults
Examples
results <- cabootcrs(DreamData, showresults=FALSE)
printca(results, datasetname="Dreams")
[Package cabootcrs version 2.1.0 Index]