Description Usage Arguments See Also
View source: R/predict.countgmifs.R
This function returns a numeric vector that is the predicted response from the countgmifs fitted object.
1 2 3  | 
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 countgmifs, coef.countgmifs, summary.countgmifs, plot.countgmifs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.