predict,PMM2fit-method: Prediction method for PMM2fit objects
Description
Prediction method for PMM2fit objects
Usage
# S4 method for PMM2fit
predict(object, newdata = NULL, debug = FALSE, ...)
Value
Vector of predictions
Arguments
- object
PMM2fit object
- newdata
New data frame for prediction
- debug
Logical value, whether to output debug information
- ...
additional arguments (not used)