Learn R Programming

rrcov (version 0.4-01)

PcaClassic-class: Class "PcaClassic" - Principal Components Analysis

Description

Contains the results of a classical Principal Components Analysis

Arguments

Objects from the Class

Objects can be created by calls of the form new("PcaClassic", ...) but the usual way of creating PcaClassic objects is a call to the function PcaClassic which serves as a constructor.

Extends

Class "Pca", directly.

See Also

PcaRobust-class, Pca-class, PcaClassic

Examples

Run this code
showClass("PcaClassic")

Run the code above in your browser using DataLab