Draw from the posterior predictive distribution of the model outcome
tidy_posterior_predict(object, newdata, draw = NULL, cores = NULL, ...)
A tidy table.
A networkModelStanfit object.
The original model used to fit the networkStanfit object.
Integer, number of draws to sample from the posterior. Default is 100.
Number of cores to use for parallel calculations. Default is
NULL
, which means to use the value stored in
options()[["mc.cores"]]
(or 1 if this value is not set).
Not used for now.