Description Usage Arguments Value See Also Examples
Function to obtain predictions using the estimated model.
1 2 3 4 5 6 7 8 |
object |
An object of class ' |
newdata |
Optionally, a data frame containing the predictors used in the prediction.
This can only be used when |
newoffset |
Optionally, a vector containing a new offset to be used in the prediction.
When |
type |
Type of prediction. The default is on the scale of the linear predictors ( |
... |
Additional arguments which are currently ignored. |
A vector containing the predicted values using the estimated model in object
.
predict_reest
, predict.glm
, predict
,
glmsmurf
, glmsmurf-class
1 2 | ## See example(glmsmurf) for examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.