You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculate higher moments of covariate imbalances, for use in balT() to improve/enhance the omnibus test.
alt version of alignedToInferentials() to figuring second moments by calculating an S by K by K array of within-stratum covariances as well as S stratum-wise multipliers, then multiplying and taking sums.
cross-check the above against existing version
tidy up the code to figure the stratum-wise multipliers. Compare against Finucan, and insert parallel code for stratum-wise multipliers of 3rd and 4th moments.
Is a Sattherwaite-type chi-square approx possible for any combination of positive means and variance, or are there conditions?
Code up the d.f. calculation as a function of the 1st and 2nd moment; code basic tests.
Basic vs corrected p-vals for the Hansen-Bowers statistic (as opposed to the new variants we've been discussing)