View source: R/plot-power-curves.R
| plot_power_curves | R Documentation |
Uses stats::power.t.test() to generate power
values and plots of multiple power curves.
plot_power_curves(
delta_vec = c(0.5, 2, 0.1),
power_vec = seq(0.5, 0.9, 0.1),
alpha = 0.05,
main = NULL
)
delta_vec |
|
power_vec |
|
alpha |
|
main |
|
A ggplot.
Stu Field
stats::power.t.test()
plot_power_curves(delta_vec = seq(0.5, 2, 0.1),
power_vec = seq(0.5, 0.9, 0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.