predict.glmcat | R Documentation |
glmcat
model objectObtains predictions of a fitted glmcat
model object.
## S3 method for class 'glmcat'
predict(object, newdata, type, ...)
object |
a fitted object of class |
newdata |
optionally, a data frame in which to look for the variables involved in the model. If omitted, the fitted linear predictors are used. |
type |
the type of prediction required.
The default is |
... |
further arguments.
The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.