Returns the predicted data from "mlwinfitIGLS" objects.
# S3 method for mlwinfitIGLS
predict(
object,
newdata = NULL,
params = NULL,
type = "link",
se.fit = FALSE,
terms = NULL,
...
)
An mlwinfitIGLS-class
object.
data frame for which to evaluate predictions
a character vector specifying the parameters to use in evaluating predictions.
If NULL
, names(object[["FP"]])
is used by default.
when this has the value "link"
(default) the linear predictor is returned.
When type="terms"
each component of the linear predictor is returned seperately. When type="response"
predictions on the scale of the response are returned.
logical. When this is TRUE
(not default) standard error estimates are returned for each prediction.
if type="terms"
, which terms (default is all terms), a character vector.
Other arguments.