I am running a two-stage (Heckman) selection model (xtprobit in stage-1 and xtgee in stage-2) for a panel dataset - 17-year for 626 firms, for two different dependent variables (DVs). Using stage-1 results, inverse mills ratio (IMR) is being calculated and used in the stage-2 as control for selection bias.
The values of both DVs lie between 0 & 1.
The stage-2 regressions are being run with same predictor and almost same set of control variables (except for two - one industry-level control and second inverse mills ratio). My hypothesis requires the statistical comparison of two coefficients of the same predictor coming from two regressions (with two different DVs).
STATA code in simplified format for stage-2:
For y1 as DV: xtgee y1 x1 control1 control2 control3 IMR1, vce(r) family(binomial) link(logit) corr(indep) t(year_id) force -----(i)
For y2 as DV: xtgee y2 x1 control1 control2 control3 IMR2, vce(r) family(binomial) link(logit) corr(indep) t(year_id) force ------ (ii)
I wish to find out coefficient of x1 of which one of the above two regressions is stronger?
I am stuck form long so decided to post it in this forum.
Thanks in advance for any solutions!
Related Posts with Test to compare two coefficients of a same predictor coming from two panel data regressions with different DVs
marker label values in twoway mataHi When I run the code Code: sysuse auto, clear summarize price mata: mean = st_numscalar("r(m…
Differing results with stepwise regression (& categorical predictors)Hi, I am having trouble interpreting the results of my logistic regression analysis. I am running …
Confidence Intervals on the Means from a 1-way ANOVA AnalysisIf I am completing a 1-way ANOVA (command: oneway outcomevariable independentvariable) and am lookin…
Invalid Syntax r(198)Hi all, I was wondering if anyone can help with egger's and begg's test for subgroups. I used this c…
ModellingHae guys,do i have to do multivariate modelling if all my bivariates odds ratios are not significant…
Subscribe to:
Post Comments (Atom)
0 Response to Test to compare two coefficients of a same predictor coming from two panel data regressions with different DVs
Post a Comment