View source: R/hurdle-simulate.R
| print_mc_summary | R Documentation |
Prints a formatted summary of Monte Carlo simulation results.
print_mc_summary(mc_results, digits = 3)
mc_results |
Output from |
digits |
Number of digits to display. Default is 3. |
Invisibly returns the input mc_results object.
mc_results <- run_hurdle_monte_carlo(n_sim = 50, n_subjects = 100, seed = 123)
print_mc_summary(mc_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.