Description Usage Arguments Examples
Loads all required libraries necessary for conducting multilevel regression and poststratification analysis.
1 | mrp_load_libs(install = FALSE, quiet = TRUE)
|
install |
logical: if |
quiet |
logical: if |
1 2 3 4 5 6 | ## Load libraries
mrp_load_libs()
## with startup messages
mrp_load_libs(quiet = FALSE)
## and install packages
mrp_load_libs(install = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.