Learn R Programming

isotracer (version 1.1.8)

posterior_predict: 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, ...)

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.

Arguments

object

Model from which posterior predictions can be made.

...

Passed to the appropriate method.