Dear all,
I searched for the forum for a solution to my problem and tried some fixes already, the issue is still there.
I use Stata 16 and model my data with Weibull survival for dyads a-b. My keep independent variables are two dummies: dummy1 and dummy2.
I generate my main regression results with the following command:
streg i.dummy1##i.dummy2, d(weibull) coeflegend
and run
margins i.dummy1##i.dummy2 after that.
I am interested in comparing the coefficients of the interaction (for combinations such as dummy1= 0 and dummy2=1 and vice versa).
After typing in:
. version 15: lincom 0.dummy1#.dummy2 - 0.dummy1#0.dummy
The outputs is as follows:
( 1) - [_t]0b.dummy1#0b.dummy2 + [_t]0b.dummy1#1o.dummy2 = 0
------------------------------------------------------------------------------
_t | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
(1) | 0 (omitted)
------------------------------------------------------------------------------
I checked and it does not work for the Stata v.16 neither.
I would appreciate your help in solving the issue.
Agnieszka
Related Posts with Lincom test Weibull analysis with dummyXdummy interaction
Econometric QueryI want to estimate the effect of adoption of a policy (POL1) by firms on their Value (Y). The adopti…
lclogit inquiryHi everyone, I'm new to Stata. I'm trying to classify individuals from which I have data in a series…
9 Month back for date of birthHi, I have data on b1 (month of birth) and b2 (year of birth). I want to go back 9 (nine) months fro…
How do I estimate a first order autoregressive equation with firm and year fixed effects ???I am really new to Stata and I need to estimate the following empirical specification on Stata for m…
Diff in Diff estimationDear All, I would like to conduct a diff in diff estimation (with two way fixed effects) on a panel…
Subscribe to:
Post Comments (Atom)
0 Response to Lincom test Weibull analysis with dummyXdummy interaction
Post a Comment