power_plot | R Documentation |
Create a plot of power as a function of sample size for an upper-tail binomial exact test using simple null and alternative hypotheses, a maximum Type I error rate, and an optional power target.
power_plot(h_0, h_1, alpha = 0.05, line = 0)
h_0 |
double |
h_1 |
double |
alpha |
double |
line |
double |
plot
power_plot(h_0 = 0.5, h_1 = 0.6, alpha = .05, line = 0.80)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.