Automates the Kolgomorov-Smirnov 2-sample nonparametric test of equivalence of two distrbutions across multiple pairs of sample distributions.
bal.ks.psa(continuous, treatment = NULL, strata = NULL)
Quantitative covariate that is being balanced within
strata in a PSA. If continuous
has three columns, then the second and
third are assumed to be the treatment and strata respectively. Missing
values are not allowed.
Binary variable of same length as continuous
;
generally 0 for 'control,' 1 for 'treatment.'
Integer variable (usually 1 - 5); A vector of same length as continuous indicating the derived strata from estimated propensity scores. Generally 5 or 6 strata are used, but graph works reasonably well at least up to 10 strata.
Returns a vector of same length as the number of strata containing the p-values from the KS-test of equivalence of distributions for each stratum-treatment pair.
Makes multiple calls to ks.test
, returning a vector of p-values
associated with strata from a Propensity Score Analysis.
bal.ms.psa
, bal.cs.psa
, bal.cws.psa