predict.countgmifs {countgmifs} | R Documentation |
Predict Outcome for Count GMIFS Fitted Model.
Description
This function returns a numeric vector that is the predicted response from the countgmifs
fitted object.
Usage
## S3 method for class 'countgmifs'
predict(object, neww = NULL, newdata, newx = NULL,
model.select = "BIC", newoffset=NULL, ...)
Arguments
object |
an |
neww |
an optional formula that includes the unpenalized variables to use for predicting the response. If omitted, the training data are used. |
newdata |
an optional data.frame that minimally includes the unpenalized variables to use for predicting the response. If omitted, the training data are used. |
newx |
an optional matrix of penalized variables to use for predicting the response. If omitted, the training data are used. |
model.select |
when |
newoffset |
If an offset is used in the fit, then one must be supplied for making predictions. |
... |
other arguments. |
See Also
See Also countgmifs
, coef.countgmifs
, summary.countgmifs
, plot.countgmifs