I am plotting coefficients of regression analyses and one of the models has an interaction term between a continuous and a categorical variable. for some weird reason, in the coefplot graph the coefficient does not appear. what am I doing wrong? I have tried everything, and read instructions, but in vain. thanks a lot in advance. my commands:
quietly reg standard_postcc c.disagreement agreement individualdisagreement individualagreement standard_cc ib(last).gender age,cluster( group_num )
estimates store a
quietly reg standard_postcc c.disagreement agreement individualdisagreement individualagreement standard_cc c.perspectivetaking c.disagreement#c.perspectivetaking,cluster( group_num )
estimates store b
quietly reg standard_postcc c.disagreement ib(last).gender c.disagreement#ib(last).gender agreement individualdisagreement individualagreement standard_cc age,cluster( group_num )
estimates store c
coefplot a b, drop(_cons) omitted xline(0, lcolor(gs10)) ciopts(recast(rcap))
Array
Related Posts with coefplot omits one of the coefficients in visualizing
keeping only unique values using egen concatHello, I am trying to generate an indicator called mo_all using egen and concat that records all th…
interpretation of margins from probit modelHi, I obtained the following results usin margins on a probit model Code: Regression model to measu…
long string matchingI have 2 data sets of products 1) asicc product codes and corresponding product names 2) hs 1996 pro…
npgraph, post estimation command for npregressHi everyone, Hope you are doing great. So I'm currently working with the command npregress and want…
outreg2Hello, I have a question regarding exporting the Stata table using outreg2. The following is my cod…
Subscribe to:
Post Comments (Atom)
0 Response to coefplot omits one of the coefficients in visualizing
Post a Comment