predict.communityPGLMM: Predict Function for communityPGLMM Model Objects

View source: R/pglmm-utils.R

predict.communityPGLMMR 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 "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.

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.


daijiang/phyr documentation built on Feb. 25, 2024, 3:01 a.m.