Description Usage Arguments Value Examples
SESOI_upper_RCT_func is used in RCT_analysis function
1 2 3 4 5 6 7  | SESOI_upper_RCT_func(
  control_pre_test,
  control_post_test,
  treatment_pre_test,
  treatment_post_test,
  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  | 
na.rm | 
 Should NAs be removed? Default is   | 
Pooled SD of control_pre_test and treatment_pre_test
multiplied by 0.2 (Cohen's trivial)
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.