Hello,
I am using
command to look at whether a financial incentive does or does not increase retention. Both my outcome (retention) and treatment (financial incentive) are dichotomous, requiring a logit for each equation in the IPWRA (leaving help from this link moot).
In the analysis, I provide an overall look at retention at 1 year, 5 years, and 10 years. Due to varying differences between employees, I would like to look at sub-classifications. For example differences by gender may occur from women to pursue staying at home as they have children with a partner. My original intent was to just use the
and
options to perform each analysis on its own. Then it was pointed out to me that the analysis would use different weights between the overall, male, and female analyses.
So I am wondering if there is a way to use weights created from the overall analysis and apply those weights to analyzing the various subpopulations in an IPWRA? If not, that's cool. Just trying to gauge the possibility.
TIA
I am using
teffects ipwra
In the analysis, I provide an overall look at retention at 1 year, 5 years, and 10 years. Due to varying differences between employees, I would like to look at sub-classifications. For example differences by gender may occur from women to pursue staying at home as they have children with a partner. My original intent was to just use the
if gender==0
if gender==1
So I am wondering if there is a way to use weights created from the overall analysis and apply those weights to analyzing the various subpopulations in an IPWRA? If not, that's cool. Just trying to gauge the possibility.
TIA

Comment