Nothing
ordinalsimr::simulation_data_two_groups %>%
dplyr::select(
dplyr::any_of(c(
"Wilcoxon", "Fisher", "Chi Squared\n(No Correction)",
"Chi Squared\n(Correction)", "Prop. Odds", "Coin Indep. Test"
)),
.data$sample_size
) %>%
plot_distribution_results()
ordinalsimr::simulation_data_two_groups %>%
select(
dplyr::any_of(c(
"Wilcoxon", "Fisher", "Chi Squared\n(No Correction)",
"Chi Squared\n(Correction)", "Prop. Odds", "Coin Indep. Test"
)),
.data$sample_size
) %>%
calculate_power_t2error() %>%
plot_power()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.