get_model | R Documentation |
Download models for the book "Bayesian Multilevel Models for Repeated Measures Data" from the book GitHub page: https://github.com/santiagobarreda/bmmrmd/.
get_model(model_name)
model_name |
the file name to download. Models are named like this "chapterNumber_modelName.RDS", based on their name in the book. |
Returns the pre-fit brms model, loaded from an RDS file downloaded form GitHub.
## Not run:
# Get the first model from chapter 3 like this:
get_model ("3_model.RDS")
# And the multinomial model from chapter 12 like this:
get_model ("12_model_multinomial.RDS")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.