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