predict_n | R Documentation |
Get posterior predictions.
predict_n(model, n = 1, draw_ids = NULL, ...)
model |
brms model. |
n |
the number of samples to get. |
draw_ids |
a vector of specific samples if desired. |
... |
additional parameters passed to internal call of predict(). |
## Not run:
# coming soon
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.