Rev Language Reference


CorrespondenceAnalysis

Usage

CorrespondenceAnalysis(MatrixReal data, Natural numAxes, RealPos tolerance)

Arguments

data : MatrixReal (pass by value)
The matrix of numerical values.
numAxes : Natural (pass by value)
The number of principle components.
tolerance : RealPos (pass by value)
The allowed machine tolerance.
Default : 1e-07

Methods

  • columnCoordinates()
  • columnWeights()
  • principalAxes()
  • rank()
  • rowCoordinates()