posterior_predict: Draw from the posterior predictive distribution of the model...

View source: R/ui_predictions.R

posterior_predictR 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.


isotracer documentation built on Sept. 22, 2023, 1:07 a.m.