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
Stratified sample using one stratum.Hi! I am doing a study about schools in different municipalities and are trying to do a stratified s…
Generating mean variable by subgroupDear all, Im currently working with a panel datatset covering automation risk on occupational- and …
Nesting foreach loops to check and print variablesHello, Statalist. I have browsed these forums for a while now and have solved many of my issues by d…
If and only if operatorHi Statalist, Random question: why isn't there an if and only if operator in STATA? I very often wa…
mnPS command to use twang with stata for multiple treatmentsI'd like to estimate propensity scores for multiple treatments and try to use the mnps command in St…
Subscribe to:
Post Comments (Atom)
0 Response to coefplot omits one of the coefficients in visualizing
Post a Comment