## S3 method for class 'communityPGLMM'predict(object, newdata =NULL,...)
Arguments
object: Object of class inheriting from "lm"
newdata: 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.
Returns
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.