Noah Greifer
Noah Greifer
Home
Blog
Software
Light
Dark
Automatic
Posts
An Odds Ratio Paradox
A patient comes into urgent care presenting with an unpleasant rash on his arm. “Fortunately, we have a treatment,” says the doctor, “but it is expensive, has unpleasant side effects, and isn’t guaranteed to work.
Last updated on Aug 3, 2024
What's New in `WeightIt` Version 1.0.0
My R package WeightIt has a huge new update, making it one of the biggest updates since I started the project. Version 1.0.0 introduces a few breaking changes, including the possibility that old results will not align with results from newer version of the package.
Mar 21, 2024
R
Musings on Logistic Regression, CBPS, and Overlap Weights
As I’ve been studying M-estimation and the covariate balancing propensity score (CBPS) (Imai and Ratkovic 2014), I’ve been noticing some interesting connections between these methods and want to share them with you.
Mar 12, 2024
Matching Weights are Propensity Score Weights
I’m often asked how the matching weights produced by MatchIt are computed. The weights are necessary for estimating the treatment effect in the matched sample; indeed, the weights determine the matched sample.
May 30, 2023
Estimating Treatment Effects After Weighting with Multiply Imputed Data
Multiply imputed data always makes things a little harder. Essentially, you have to perform each step of the analysis in each imputed dataset and then combine the results together in a special way.
Feb 10, 2023
R
Genetic Matching, from the Ground Up
Genetic matching sounds cool and science-y, something we social scientists love because nobody thinks what we do is “real” science. And genetic matching is cool and science-y, but not because it has anything to do with genes or DNA.
Oct 8, 2022
Subgroup Analysis After Propensity Score Matching Using R
Today I’m going to demonstrate performing a subgroup analysis after propensity score matching using R. Subgroup analysis, also known as moderation analysis or the analysis of effect modification, concerns the estimation of treatment effects within subgroups of a pre-treatment covariate.
Sep 5, 2022