cont_smd {demoGraphic} | R Documentation |
smd value for continuous variable.
Description
smd value for continuous variable.
Usage
cont_smd(mean1, mean2, var1, var2)
Arguments
mean1 |
mean of a baseline variable in the treatment group. |
mean2 |
mean of a baseline variable in the control group. |
var1 |
variance a baseline variable in the treatment group. |
var2 |
variance of a baseline variable in the control group. |
Value
smd value
Examples
cont_smd(10,11,2,3)
[Package demoGraphic version 0.1.0 Index]