Description Usage Arguments Details Value Examples
Calculate the percent reduction in the standardized differences of the means for covariates
1  | ps.percent.reduction(balanced, unbalanced, abs = FALSE)
 | 
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)  | 
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
Matrix, containing the percent reduction in standardized differences of means for all covariates
1 2 3 4  | ## Not run: 
ps.percent.reduction(summary.balanced, summary.unbalanced)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.