View source: R/defineclassesandfunctions.R
printca | R Documentation |
printca
prints full correspondence analysis results, including inertias, coordinates,
representations, contributions, variances, covariances and critical values
printca(x, datasetname = NULL)
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 |
Printed results, no plots or objects produced
cabootcrs-package
, cabootcrs
, summaryca
, plotca
,
cabootcrsresults
results <- cabootcrs(DreamData, showresults=FALSE) printca(results, datasetname="Dreams")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.