View source: R/plotalphabeta.R
plotalphabeta | R Documentation |
Plot Alpha / Beta graph Generates a graphic for visualizing alpha and beta error
plotalphabeta(
m = 0,
sd = 1,
d = 2,
alpha = 0.05,
fill = TRUE,
col_fill = c("pink", "lightblue")
)
m |
Mean |
sd |
Standard Deviation |
d |
Effect size |
alpha |
Alpha Level |
fill |
If TRUE, intersections are filled out in grey |
col_fill |
Vector of length two with color names to fill area below curve |
plotalphabeta()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.