seq_aipe_cv | R Documentation |
Sequential approach to Accuracy in Parameter Estimation for Effect Sizes (AIPE): Coefficient of Variation
seq_aipe_cv( alpha = 0.05, omega, data = NULL, pilot = FALSE, m0 = 4, na.rm = TRUE )
alpha |
The significance level., default is 0.05. |
omega |
omega |
data |
The dataset for which to calculate the coefficient of variation. |
pilot |
Shoulda pilot sample be generated. |
m0 |
The initial sample size. |
na.rm |
This parameter controls whether NA values are removed from
the data prior to calculation. Default is |
The current sample size, the coefficient of variation, an indicator of if the criterion is satisfied, and the confidence interval.
Ken Kelley KKelley@nd.edu, Francis Bilson Darku FBilsonD@nd.edu, Bhargab Chattopadhyay Bhargab@iiitvadodara.ac.in
pilot_ss <- seq_aipe_cv(alpha=0.05, omega=0.2, pilot=TRUE) SLS <- rexp(pilot_ss, rate=0.05) seq_aipe_cv(alpha=0.05, omega=0.2,data = SLS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.