| summary.BalanceR | R Documentation |
Diplay Summary of "BalanceR" Objects.
This method is identical to print.BalanceR with only.SB = TRUE, abs = TRUE, simplify = TRUE.
## S3 method for class 'BalanceR' summary(object, digits = 3, ...)
object |
An object of class 'BalanceR' |
digits |
Digits |
... |
Ignored. |
Jaehyun Song <http://www.jaysong.net>
BalanceR, print.BalanceR
## Not run:
## S3 method for class 'BalanceR'
data(BlcDF)
BlcChk <- BalanceR(BlcDF, group = "Group",
cov = c(Sex, Age, Educ, Marriage))
## Display the result with 3 digits.
summary(BlcChk, digits = 3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.