Obtains predictions from a fitted flac object.
# S3 method for flac
predict(
object,
newdata,
type = c("link", "response", "terms"),
se.fit = FALSE,
...
)A vector or matrix of predictions.
A fitted object of class flac.
Optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used.
The type of prediction required. The default is on the scale of the linear predictors.
The alternative response gives the predicted probabilities. Type terms returns a matrix with the fitted
values of each term in the formula on the linear predictor scale.
If TRUE(default = FALSE) standard errors are computed.
further arguments passed to or from other methods.
If newdata is omitted the predictions are based on the data used for the fit.