View source: R/example_powerscale_model.R
example_powerscale_model | R Documentation |
Provides example models (with data) that are ready for use with power-scaling.
example_powerscale_model(model = "univariate_normal")
model |
Character specifying which model code to return. Currently "univariate_normal" and "eight_schools" are implemented. |
List containing model code and corresponding data.
ex_normal <- example_powerscale_model(model = "univariate_normal")
ex_eightschools <- example_powerscale_model(model = "eight_schools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.