powered by
Provides example models (with data) that are ready for use with power-scaling.
example_powerscale_model(model = "univariate_normal")
List containing model code and corresponding data.
Character specifying which model code to return. Currently "univariate_normal" and "eight_schools" are implemented.
ex_normal <- example_powerscale_model(model = "univariate_normal") ex_eightschools <- example_powerscale_model(model = "eight_schools")
Run the code above in your browser using DataLab