getsamples | R Documentation |
Gets posterior samples from a brms model, returns these as a dataframe.
getsamples(model)
get_samples(model)
model |
A brms model, or the output of the short_hypothesis function. |
## Not run:
model_height_vtl = bmmb::get_model("11_model_height_vtl_f0")
samples = bmmb::get_samples (model_height_vtl)
samples[1:6,1:10]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.