Model predictions based on coefficients
Usage
# S4 method for class 'modelFits'
predict(object, newdata, offset, type = c("link", "response"), ...)
Arguments
- object
model fits
- newdata
new dataset to perform predictions on
- offset
model offsets
- type
the type of prediction required. The default "link" is on the scale of the linear predictors; the alternative "response" is on the scale of the response variable.
- ...
other args, not used