predict.PLmod: predict.PLmod
Description
Predict response values from a model of class PLmod.
Usage
# S3 method for PLmod
predict(object, newdata = NULL, ...)
Arguments
- object
an object of class PLmod
- newdata
data frame to obtain predictions for
- ...
Additional arguments from predict.merMod
.