| validate_BalanceR | R Documentation |
Validator for "BalanceR" Objects
validate_BalanceR(x)
x |
An object of class 'BalanceR' |
Jaehyun Song <http://www.jaysong.net>
BalanceR
## Not run:
## S3 method for class 'BalanceR'
data(BlcDF)
BlcChk <- BalanceR(BlcDF, group = "Group",
cov = c(Sex, Age, Educ, Marriage))
## Validate if BlcChk object is "BalanceR" object.
validate_BalanceR(BlcChk)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.