Predict Function for communityPGLMM Model Objects
# S3 method for communityPGLMM
predict(object, newdata = NULL, ...)
Object of class inheriting from "lm"
An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.
further arguments passed to or from other methods.
The form of the value returned by predict
depends on the
class of its argument. See the documentation of the
particular methods for details of what is produced by that method.