View source: R/checkBaseline.R
checkBaseline | R Documentation |
Check Baseline Equivalency.
checkBaseline(data, variables, treatment)
data |
dataframe with the pre-intervention variables, and the treatment indicator. |
variables |
vector of with the names of the pre-intervention variables. |
treatment |
name of the treatment indicator. |
tibble with the standardized difference of the pre-intervention variables. The tibble includes variables: the variable name, std_diff: the standardized difference for that variable as a number balance: the standardized difference for that variable as a factor variable. For more details about this methodology check https://ies.ed.gov/ncee/wwc/Docs/OnlineTraining/wwc_training_m3.pdf.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.