predict.mcml {glmmrBase} | R Documentation |
Predict from a 'mcml' object
Description
Predictions cannot be generated directly from an 'mcml' object, rather new predictions should be generated using the original 'Model'. A message is printed to the user.
Usage
## S3 method for class 'mcml'
predict(object, ...)
Arguments
object |
A 'mcml' object. |
... |
Further arguments passed from other methods |
Value
Nothing. Called for effects.
[Package glmmrBase version 0.9.2 Index]