Hello,
I got 2 continous variables with an interaction, I'm trying to visualise that as a graph, however the graph is also drawing the mean vlaues on which I dont want. How can I remove them ?
stats | TDU3 csProx3
---------+--------------------
min | 0 0
mean | 2.006938 .2641235
max | 4.088879 .8478552
skewness | -.3457696 .5499676
kurtosis | 2.642254 2.512267
N | 2789 2789
------------------------------
Here are the commands I type :
margins, at(csProx3 TDU3 ) at(csProx3 = (0 0.2641235 0.8478552) TDU3 = (0 2 4) )
marginsplot, xdimension(TDU3) noci scheme(s2mono) title(Number of Startups created)
This is the result :
Array
As you can see I got the pesky mean in there and I cant get rid of it. It shows the 2.006938 of the TDU on the lower axis and I get an extra line I didnt ask for for Prox. Any suggestions ?
Best regards,
Arman
Related Posts with How to remove the average from marginplot
Is there a more efficient way to replace a full variable on Stata please?[CODE] * Example generated by -dataex-. To install: ssc install dataex clear input str19 childspostc…
esttab and global macro for filepath of output tableI am trying to save output tex files in a specific directory after running a batch of regressions. …
2SLS regressionGood morning, I hope all Texas users are keeping safe. I'm exploiting a rotating panel with 6115 obs…
Significance of regressor effect with and without moderatorHi, I am running fe panel data regression on a set of companies to explore the effect of firm geogra…
Convergency not achieved in simulationDear all, I'm running a simulation with GEEs, to avoid the convergency problem, I have limited the …
Subscribe to:
Post Comments (Atom)
0 Response to How to remove the average from marginplot
Post a Comment