powered by
Practically Important Effect Sizes
pies( data = NULL, controlCol = NULL, expCol = NULL, d = NULL, cer = NULL, r = 1, n = NULL, threshold = NULL, mean = 0, sd = 1, bootstrapA = FALSE, conf.level = 0.95 )
A dataframe with all values.
Optionally, if you want to get A, a data frame.
Optionally, if you want to get A, the names of the columns with control and experimental data.
Cohen's d.
The control even rate (see nnt()).
nnt()
Arguments for the nnt() function.
The sample size.
Whether to use bootstrapping to compute A.
The confidence level of confidence intervals.
pies(d = .5, n = 100, cer = .2, threshold = 2);
Run the code above in your browser using DataLab