summary.standardized_mean_differences | R Documentation |
summary
method for class standardized_mean_differences
Calls a C++ function to quickly summarize potentially many standardized mean differences.
## S3 method for class 'standardized_mean_differences'
summary(object, ...)
object |
Object of class |
... |
further arguments passed to summary method. |
3D-array of dimension
c("Maximum absolute SMD","Mean absolute SMD","Median absolute SMD", / % of absolute SMD > 20", "# / % of absolute SMD > 10","# / % of absolute SMD > 5") x
c("Balancing","Targeting") x
number of weight vectors for which balancing should be checked
Rosenbaum, P. R., & Rubin, D. B. (1984). Reducing bias in observational studies using subclassification on the propensity score. Journal of the American Statistical Association, 79 (387), 516–524.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.