powered by
Visualize simulation results for entire groups of parameters
visualize_parameter_group( sim_summary, pars, theta_scenario, scenarios, convergence_threshold = 1.1 )
A ggplot object summarizing simulation results.
Summary output in the format of run_sims().
run_sims()
The parameters to be visualized.
The theta scenario IDs. This should match the theta_scenario_id argument ofrun_sims().
theta_scenario_id
Scenarios to be visualized.
If the Gelman-Rubin statistic is below this value, consider an MCMC to have converged. Default value is 1.1, but we recommend 1.05.
visualize_parameter_group( example_output, pars = "lambda", theta_scenario = "1", scenarios = 1:2 )
Run the code above in your browser using DataLab