predict.communityPGLMM {phyr} | R Documentation |
Predict Function for communityPGLMM Model Objects
Description
Predict Function for communityPGLMM Model Objects
Usage
## S3 method for class 'communityPGLMM'
predict(object, newdata = NULL, ...)
Arguments
object |
Object of class inheriting from |
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. |
Value
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.
[Package phyr version 1.1.0 Index]