View source: R/PB_implementation.R
PB_power_ANOVA | R Documentation |
The following function gives the exact theoretical power of the Pena-Barrientos method for a one-way ANOVA.
PB_power_ANOVA( epsilon, effect_size, n, groups = 3, alpha = 0.05, k = NA, alpha0 = NA )
epsilon |
The privacy parameter |
effect_size |
The ratio of the between group variance to the within group variance. |
n |
The sample size (number of rows) |
groups |
an integer of the number of groups |
alpha |
The significance level |
k, alpha0 |
Parameters of PB. If NULL, computed within the function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.