plot_power {ordinalsimr} | R Documentation |
Plot Test Power
Description
Plot Test Power
Usage
plot_power(df, power_threshold = 0.8, ci_band = TRUE)
Arguments
df |
a dataframe with p-values and a sample_size column |
power_threshold |
numeric. desired power threshold |
ci_band |
logical. whether to include a confidence interval band around the power estimate |
Value
ggplot object
[Package ordinalsimr version 0.2.2 Index]