Check if a covariance matrix (object of class 'Cov') is singular
Returns TRUE if the covariance matrix contained in a Cov-class
object (or derived from) is singular.
## S4 method for signature 'Cov' isSingular(obj)
obj |
an object of class (derived from) |
signature(x = Cov)
: Check if a covariance matrix
(object of class Cov-class
) is singular.
data(hbk) cc <- CovClassic(hbk) isSingular(cc)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.