model.frame.ocm
is the ordinalCont specific method for the generic function model.frame
,
which return a data.frame with the variables needed to use formula
and any ... arguments.
# S3 method for ocm
model.frame(formula, data, random.terms = TRUE, ...)
a model formula
a data.frame containing the variables in formula.
a logical indicating if random terms have to be included in the terms object. Defaults to TRUE.
a mix of further arguments to pass to the default method.
A c("data.frame") with the variables needed to obtain object
.