Hi everyone,
I'm evaluating whether increased dosage (number of completed sessions) of an behaviour change therapeutic program, is associated with a disappearance in that behaviour in the 12 months after the program ends. The outcome is a logistic binary effect - did engage in behaviour vs. did not engage in that behaviour.
Unfortunately, the program is not a RCT, only have a naturalistic/observation design: another group - those who were referred but never commenced the program - are going to act as a control group. I'm planning to use IPTW to develop propensity scores to weight the groups to balance both in terms of the likelihood of participating in the program to begin with. I am seeking an average treatment effect on the treated (ATT) sample, relative to never having participated in the program before.
I have two questions:
1. I was planning to do a xtmelogit of program participation, followed by Predict prob_particication and then
gen iptw=1/prob_participation
summ iptw
However, i've also seen people use -pscore- syntax to develop propensity scores? Is it okay to use the former method or is it less efficient than pscore?
2. When choosing the covariates to include in propensity score, is it better practice to include only personal characteristics of the sample - e.g., age, gender, education, etc. or is it also okay to include some broader operational factors in the model, - e.g., program trainer identity, timing of the start of the program, etc.? I've seen written in some places that choosing more 'operational factors' can be problematic because they are often more related to treatment than to the outcome and may be confounders.
I'm not sure if its helpful information, but my data is in wide format.
Thanks in advance! I've never completed IPTW before so it's very new to me
Marlee
Related Posts with IPTW - strategies
Observations for the same ID on multiple lines Code: * Example generated by -dataex-. To install: ssc install dataex clear input str33 country flo…
grqreg xlabel and ylabelHello there, I am facing a problem when using the xlabel and ylabel in grqreg in STATA Quantile Reg…
Problem with instrumental variable regressionI am looking at the effect of sport participation on happiness. Happiness is my dependent variable, …
Spatial weight matrix and spillover effects in Spatial Durbin ModelDear All, I have a little confusion about the use of spatial weight matrix that I want to get clari…
Performing a Backward Hierarchical Stepwise Selection on Multiple Imputed DataHi can someone help me figure out how to perform this in Stata 15? I looked for possible solutions a…
Subscribe to:
Post Comments (Atom)
0 Response to IPTW - strategies
Post a Comment