I'm using the following code to estimate an LPM and the effect of the treatment and interacted variables combined using the lincom. I'm having trouble graphing these results, though. I'm looking to produce a graph that has the y variable from the regression on the y axis and the variable relative on the x-axis. The code for the regression is copied below. I've attempted to use coeffplot and marginsplot to produce the graph I want, but to no avail.
Thanks!
regress y_accept offer c.relative trt_intentional ///
offer_intentional relative_intentional age i.female i.married i.party i.educ i.income, vce(robust)
Related Posts with Graphing Coefficients From an LPM
Difference in DifferenceHello, I'm trying to do a difference in difference for the data below. The treatment starts after Ja…
Could I include the survey data of "prefer not to say"?Dear friends, I collect survey data with categorical outcome variables whose outcome includes "prefe…
Interpreting outputs from "raschjmle" commandHi! I am doing my research on Rasch analysis for measuring knowledge. I am using Stata-14 to constru…
Counting number of variables across groupsHi, I have three variables KeyEventDates KeyEventHistory KeyEventDetails that I am splitting into s…
Appropriate model to usehello, I have a question on the most appropriate model to use. I have the data set below, I am tryin…
Subscribe to:
Post Comments (Atom)
0 Response to Graphing Coefficients From an LPM
Post a Comment