Learn R Programming

puma (version 3.12.0)

pumaPCAModel-class: Class pumaPCAModel

Description

This is a class representation for storing a pumaPCA model. It is an internal representation and shouldn't normally be instantiated.

Arguments

Objects from the Class

Objects can be created by calls of the form new("pumaPCAModel", ...).

Slots

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

Methods

This class has no methods defined

See Also

Related method pumaPCA and related class pumaPCARes.