predict.multord: Predict method for Multivariate Ordinal Regression Models.

Description Usage Arguments Details

Description

Obtains predicted values for objects of class "multord".

Usage

1
2
## S3 method for class 'multord'
predict(object, type = "class.max", newdata = NULL, ...)

Arguments

object

of class multord or PMOR

type

c("class.max", "class", "prob.max", "prob", "pred","cum.prob")

newdata

(optional) data frame of new covariates. The names of the variables should correspond to the names of the variables used to fit the model.

...

further arguments passed to or from other methods.

Details

type description
"class.max" (default)
"class"
"prob.max"
"prob"
"pred"
"cum.prob" (not applicable with newdata)

MultOrd documentation built on May 2, 2019, 4:49 p.m.