View source: R/public_test_power.R
public_power_normal | R Documentation |
Function that computes the publuc power for the test of the mean of multivariate normal data.
public_power_normal(n, d, effect_size, alpha, n_zeros = 0)
n |
The number of observations (number of rows in the database). |
d |
The number of dimensions (number of columns in the database). |
effect_size |
Determines the mean of the alternate distribution (which will be 'd-n_zeros' repetitions of 'effect_size'). |
alpha |
The significance level. |
n_zeros |
The number of entries of the alternative distribution with mean zero. Defaults to 0. |
The output will be a double between 0 and 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.