print.PSAboot.balance {PSAboot} | R Documentation |
Print method for balance.
Description
This is a crude measure of overall balance. Absolute value of the standardized effect sizes are calculated for each covariate. Overall balance statistics are the mean of those effect sizes after adjustment for each method across all bootstrap samples.
Usage
## S3 method for class 'PSAboot.balance'
print(x, na.rm = TRUE, ...)
Arguments
x |
results from |
na.rm |
whether NA balance statistics should be removed before averaging them. |
... |
currently unused. |
Value
No valued returned.
[Package PSAboot version 1.3.8 Index]