tidy_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
tidy_posterior_predict(object, newdata, draw = NULL, cores = NULL, ...)
Arguments
object |
A networkModelStanfit object. |
newdata |
The original model used to fit the networkStanfit object. |
draw |
Integer, number of draws to sample from the posterior. Default is 100. |
cores |
Number of cores to use for parallel calculations. Default is
|
... |
Not used for now. |
Value
A tidy table.
[Package isotracer version 1.1.6 Index]