pumaPCAModel-class {puma} | R Documentation |
This is a class representation for storing a pumaPCA model. It is an internal representation and shouldn't normally be instantiated.
Objects can be created by calls of the form new("pumaPCAModel", ...)
.
sigma
:Object of class "numeric" representing sigma
m
:Object of class "matrix" representing m
Cinv
:Object of class "matrix" representing Cinv
W
:Object of class "matrix" representing W
mu
:Object of class "matrix" representing mu
This class has no methods defined
Richard D. Pearson
Related method pumaPCA
and related class pumaPCARes
.