CovE {HiDimDA} | R Documentation |
Generic methods for extracting covariance and inverse covariance matrices from objects storing the results of a Linear Discriminant Analysis
Description
‘CovE’ Extracts an object with an appropriate representation of a whithin groups covariance matrix from a ‘Scanlda’, ‘Scllda’, ‘RFcanlda’ or a ‘RFcllda’ object.
‘ICovE’ Extracts an object with an appropriate representation of a whithin groups inverse covariance matrix from a ‘Scanlda’, ‘Scllda’, ‘RFcanlda’ or a ‘RFcllda’ object.
Usage
## S3 method for class 'Scanlda'
CovE(object)
## S3 method for class 'Scanlda'
ICovE(object)
## S3 method for class 'RFcanlda'
CovE(object)
## S3 method for class 'RFcanlda'
ICovE(object)
## S3 method for class 'Scllda'
CovE(object)
## S3 method for class 'Scllda'
ICovE(object)
## S3 method for class 'RFcllda'
CovE(object)
## S3 method for class 'RFcllda'
ICovE(object)
Arguments
object |
An object of class ‘Scanlda’, ‘Scllda’, ‘RFcanlda’ or ‘RFcllda’. |
Value
An object with an appropriate representation of the matrix extracted.
See Also
Slda
, RFlda
, canldaRes
, clldaRes
[Package HiDimDA version 0.2-6 Index]