spca-data {PCDimension} | R Documentation |
Sample PCA Dataset
Description
This data set contains an object of the class SamplePCA
.
This object results from performing a principal components analysis on
a simulated data set.
Usage
data(spca)
Format
A SamplePCA
object based on a simulated data matrix with
204 rows and 14 columns, with true "principal component dimension"
equal to one. That is, there should be one significant principal
component.
Source
Simulations are described in detail in the Thresher
package,
which depends on the PCDimension
package.
See Also
The ClassDiscovery package contains the SamplePCA
class and functions.
[Package PCDimension version 1.1.13 Index]