Learn R Programming

cabootcrs (version 2.1.0)

printca: 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 '>cabootcrsresults

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

Run this code
# NOT RUN {
results <- cabootcrs(DreamData, showresults=FALSE)
printca(results, datasetname="Dreams")

# }

Run the code above in your browser using DataLab