Description Usage Arguments Value Examples
RCT_estimators
is used as a function for RCT_analysis
function to provide
estimators for RCT analysis
1 2 3 4 5 6 7 8 9 | RCT_estimators(
control_pre_test,
control_post_test,
treatment_pre_test,
treatment_post_test,
SESOI_lower = 0,
SESOI_upper = 0,
na.rm = FALSE
)
|
control_pre_test |
Numeric vector containing Control Pre-test observations |
control_post_test |
Numeric vector containing Control Post-test observations |
treatment_pre_test |
Numeric vector containing Treatment Pre-test observations |
treatment_post_test |
Numeric vector containing Treatment Post-test observations |
SESOI_lower |
Lower smallest effect size of interest threshold |
SESOI_upper |
Upper smallest effect size of interest threshold |
na.rm |
Should NAs be removed? Default is |
Named numeric vector
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.