Learn R Programming

OutcomeWeights (version 0.1.1)

summary.standardized_mean_differences: summary method for class standardized_mean_differences

Description

Calls a C++ function to quickly summarize potentially many standardized mean differences.

Usage

# S3 method for standardized_mean_differences
summary(object, ...)

Value

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

Arguments

object

Object of class standardized_mean_differences.

...

further arguments passed to summary method.

References

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.