logLik.mvoprobit {switchSelection} | R Documentation |
Extract Log-Likelihood from a Fit of the mvoprobit Function.
Description
Extract Log-Likelihood from a model fit
of the mvoprobit
function.
Usage
## S3 method for class 'mvoprobit'
logLik(object, ...)
Arguments
object |
object of class "mvoprobit" |
... |
further arguments (currently ignored) |
Details
If estimator == "2step"
in
mvoprobit
then function may return
NA
value since two-step estimator of covariance matrix may be
not positively defined.
Value
Returns an object of class 'logLik'.
[Package switchSelection version 1.1.2 Index]