ps.percent.reduction: Percent Reduction in Standardized Differences of Means

Description Usage Arguments Details Value Examples

Description

Calculate the percent reduction in the standardized differences of the means for covariates

Usage

1
ps.percent.reduction(balanced, unbalanced, abs = FALSE)

Arguments

balanced

Matrix, containing the summary statistics for covariates in the balanced population

unbalanced

Matrix, containing the summary statistics for covariates in the unbalanced / total population

abs

Boolean, indicating if the absolute percent reduction should be calculated. Default (FALSE)

Details

This function uses the calculated covariate summary information for a balanced and total / unbalanced population and computes the percent reduction in the standardized differences of the means

Value

Matrix, containing the percent reduction in standardized differences of means for all covariates

Examples

1
2
3
4
## Not run: 
ps.percent.reduction(summary.balanced, summary.unbalanced)

## End(Not run)

OHDSI/Centaur documentation built on May 7, 2019, 8:22 p.m.