logLik.mvord {mvord} | R Documentation |
Pairwise Log-Likelihood of Multivariate Ordinal Regression Models.
Description
logLik
is a generic function which extracts the pairwise log-likelihood from objects of class
'mvord'
.
Usage
## S3 method for class 'mvord'
logLik(object, ...)
Arguments
object |
an object of class |
... |
further arguments passed to or from other methods. |
[Package mvord version 1.2.4 Index]