Usage
predict.glmRob(object, newdata, type = c("link", "response", "terms"), se.fit = FALSE, terms = labels(object), dispersion = NULL, ...)
Arguments
newdata
optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used.
type
a character string specifying the type of prediction. The choices are "link" for predictions on the scale of the linear predictor, "response" for predctions on the scale of the response, and "terms" which returns a matrix giving the fitted values for each
se.fit
a logical value. If TRUE
then standard errors for the predictions are computed.
terms
when type = "terms"
all terms are returned. A character vector specifies which terms are to be returned.
dispersion
the dispersion of the generalized linear model fit to be assumed in computing the standard errors. If omitted, that returned by 'summary' applied to the object is used.
...
additional arguments required by the generic predict method.