logbin
object.## S3 method for class 'logbin':
predict(object, newdata = NULL, type = c("link", "response", "terms"),
terms = NULL, na.action = na.pass, checkminmax = TRUE, ...)
"logbin"
.type = "terms"
by default all terms are returned.
A character vector specifies which terms are to be returned.newdata
.
The default is to predict NA
.newdata
should be checked to ensure they lie within the covariate space associated with the
fitted model. Otherwise predicted values could lie outside the
parameter space.type = "terms"
, this is a matrix with
a column per term, and may have an attribute "constant"
.newdata
is omitted the predictions are based on the data used for the fit.
In that case how cases with missing values in the original fit are treated is determined by the
na.action
argument of that fit. If na.action = na.omit
, omitted cases
will not appear in the residuals. If na.action = na.exclude
they will
appear, with residual value NA
. See also napredict
.logbin
predict.glm
for the equivalent method for models fit using glm
.## For an example, see example(logbin)
Run the code above in your browser using DataLab