Description Usage Arguments Value Examples
Expected Values of the Posterior Predictive Distribution in long format
1 | posterior_epred_long(model, n_samples = NULL)
|
model |
brmsfit |
n_samples |
integer |
tibble with columns from brmsfit$data (at least original responses, person and item identifier). Additionally ppe (posterior predictive estimate) and .draw (which MCMC draw comes the answer from).
1 2 3 4 | ## Not run:
posterior_epred_long(fit, n_samples = 500)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.