This functions returns predicted link function of observations for a model fitted with mcemGLMM
.
# S3 method for mcemGLMM
predict(object, newdata, type = c("link", "response"), se.fit = FALSE, ...)
A vector with the predictions from the observed data or by using the supplied new data.
a model fitted with the mcemGLMM function.
optional data frame with new data. The variable names must match the original variables. If missing, the function will return predicted values at each observation.
character string. The type of predictions to be returned. Either "link" or "response" predictions are available.
logical. If true, standard errors will be returned.
additional arguments.
Felipe Acosta Archila <acosta@umn.edu>