Predict Method for flac Fits
Obtains predictions from a fitted flac
object.
## S3 method for class 'flac' predict(object, newdata, type = c("link", "response"), ...)
object |
A fitted object of class |
newdata |
Optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used. |
type |
The type of prediction required. The default is on the scale of the linear predictors. The alternative |
... |
further arguments passed to or from other methods. |
If newdata
is omitted the predictions are based on the data used for the fit.
A vector or matrix of predictions.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.