
Last chance! 50% off unlimited learning
Sale ends in
Returns TRUE if the covariance matrix contained in a Cov-class
object (or derived from) is singular.
# S4 method for Cov
isSingular(obj)
an object of class (derived from) "Cov"
.
signature(x = Cov)
: Check if a covariance matrix
(object of class Cov-class
) is singular.
Cov-class
,
CovClassic
,
CovRobust-class
.
data(hbk)
cc <- CovClassic(hbk)
isSingular(cc)
Run the code above in your browser using DataLab