glm.good
model fitPredicted values for a glm.good
object.
# S3 method for glm.good
predict( object , newdata = NULL, se.fit = FALSE, ... )
object of class glm.good
.
An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.
logical, default FALSE. If TRUE, standard errors are provided.
additional arguments.
predict.glm.good
produces a vector of predictions. If standard errors are required,
these are computed with the multivariate Delta method. If se.fit is TRUE, a list with the
components below is returned:
vector with the fitted mean values
vector with standard errors of predicted mean values