posterior_predict {isotracer} | R Documentation |
Draw from the posterior predictive distribution of the model outcome
Description
Draw from the posterior predictive distribution of the model outcome
Usage
posterior_predict(object, ...)
Arguments
object |
Model from which posterior predictions can be made. |
... |
Passed to the appropriate method. |
Value
Usually methods will implement a draw
parameter, and the
returned object is a "draw" by N matrix where N is the number of data
points predicted per draw.
[Package isotracer version 1.1.6 Index]