| SB_Calc_C | R Documentation |
Calculate Standardized Bias for Continuous Variables
SB_Calc_C(x, y)
x |
A numeric vector |
y |
A numeric vector |
Jaehyun Song <http://www.jaysong.net>
BalanceR
## Not run:
data(BlcDF)
# Standardized bias of "Age" variable between "Control" and "Treat1" group.
SB_Calc_C(BlcDF$Age[BlcDF$Group == "Control"],
BlcDF$Age[BlcDF$Group == "Treat1"])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.