summaryca {cabootcrs} | R Documentation |
Prints brief 2-d results, with standard deviations
Description
summaryca
prints correspondence analysis results for the first two dimensions,
giving inertias, coordinates,
representations, contributions and standard deviations
Usage
summaryca(x, datasetname = NULL, mcaprintindividuals = FALSE)
Arguments
x |
An object of class |
datasetname |
The name (in "") of the data set, to be used in the output, defaults to that in cabootcrs object |
mcaprintindividuals |
If TRUE then print individual (row) point results in multiple correspondence analysis when using indicator or doubled matrix |
Value
Printed results, no plots or objects produced
See Also
cabootcrs-package
, cabootcrs
, printca
, plotca
,
cabootcrsresults
Examples
results <- cabootcrs(DreamData, showresults=FALSE)
summaryca(results, datasetname="Dreams")
[Package cabootcrs version 2.1.0 Index]