Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.simpart

Print method for Simple Partition


Description

The print method for class "simpart". Prints the simplicity values for both the model basis vectors and the vectors in the simplicity basis of the nearly null space, the percent of variance explained by each basis vector, and the cummulative percent of variance explained up to each basis vector, relative to the total variance explained by the subspace (model or nearly null).

Usage

## S3 method for class 'simpart'
print(x, ...)

Arguments

x

an object of class "simpart", typically result of simpart().

...

arguments to be passed to or from other methods.

See Also

Examples

library(prinsimp)

## Caterpillar data: estimated covariance from Kingsolver et al (2004)
## Measurements are at temperatures 11, 17, 23, 29, 35, 40
data(caterpillar)

cat.sim <- simpart(caterpillar, simpledim = 2,
                   x = c(11, 17, 23, 29, 35, 40), cov = TRUE)
print(cat.sim)

prinsimp

Finding and plotting simple basis vectors for multivariate data

v0.8-8
AGPL-3
Authors
Davor Cubranic, Jonathan Zhang, Nancy Heckman, Travis Gaydos, and J.S. Marron
Initial release
2013-11-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.