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
Export covariance matrix to ExcelHi, I would like to export the following covariance matrix to excel: Code: * Example generated by…
Calculate export times using custom data HTML Code: clear input str10 company_name str3 country int year "3Mcompany" "USA" 2002 "3Mcompany"…
A function for a numberHi, I am writing a loop that looks like this foreach code of numlist 1/202{ forvalues i=1940/2020{ …
Store principal components from PCAHello everyone, I have a panel data (wide format) with 35 variables. I run a Principal Component Ana…
Need help for displaying bar labels for mean values using <cibar>Hi all, I am working on a replication assignment and I am using the ssc package cibar to to generat…
Subscribe to:
Post Comments (Atom)
0 Response to coefplot omits one of the coefficients in visualizing
Post a Comment