Hi,
I was hoping if someone can help me with this. I have a data set with about 100 cases and 6000 controls. I want to create a propensity score matched cohort of 1 case:3 controls (propensity score generated based on a set of baseline variables like age, gender, kidney function etc.). The -psmatch2- command does not let me create 1-to-many matching without replacement when using the n() option
"psmatch2 treatment_variable , pscore(logit1) caliper (.2) noreplacement n(3)"- returns error message
"psmatch2 treatment_variable , pscore(logit1) caliper (.2) n(3)"- does propensity matching with replacement (not what I am looking for)
Can anyone please suggest on how to do this/share code to overcome this? I am using Stata 15 version. I can't use the -teffects- command as I need the id for matched controls to do survival analysis on the final matched cohort.
Thank you so much in advance.
Related Posts with 1-to-(n) Propensity score matching without replacement
How to transfer multiple values stored under a local macro into a variableHello, How can I transfer multiple values stored under a local macro into a variable? Below is wha…
Stata does not remember font size preferencesI'm running Stata 15 on Windows 10. Every time I open Stata, the fonts in all the windows are set t…
Adding a new variable on Stata that has different dimensions than the variables from a dataset that is in useHello, Is there a way to add a new variable on Stata that has different dimensions than the dataset…
Mi predict basesurvHi all, I am having problems trying to get the baseline survivor function after mi predict. I am us…
Merging two panel data set when name of countries differ slighltyI am using two different data sets from; one from World Bank and another one from IMF. The name of t…
Subscribe to:
Post Comments (Atom)
0 Response to 1-to-(n) Propensity score matching without replacement
Post a Comment