logLik.msel {switchSelection} | R Documentation |
Extract Log-Likelihood from a model fit
of the msel
function.
## S3 method for class 'msel'
logLik(object, ...)
object |
object of class "msel" |
... |
further arguments (currently ignored) |
If estimator == "2step"
in
msel
then function may return
NA
value since two-step estimator of covariance matrix may be
not positively defined.
Returns an object of class 'logLik'.