Dear Stata users,
I am trying to use the marginsplot command, but I keep getting an error.
My code:
regress y d##c
margins, dydx(d) at(c=(3(1)15)) vsquish
marginsplot
Error:
marginsplot
1 is not a valid command name
r(199);
Does anyone know what is going on here?
Thanks a lot in advance!
Related Posts with Marginsplot error
How to find out if a string contains a specific string in it?Hey, what should I use in a conditional statement in order to execute a command only on observation…
Compare elements of locals and return distingushing elementsDear all, I have the following three locals: Code: local house "1 2 3 4" local garden "1 2 3" loc…
XTQREG: how to add statistics to regression (e.g. pseudo R2) and how to determine the quantile?Hi, how do I include these extra statistics in xtqreg: - I want to add a measure of fit (such as the…
Question about graph bar command and how to include a second y-axis for a second variableDear Stata forum, I have a question about the graph bar command. So far, I have been using the foll…
Create a dataset from the current datasetHello Can someone help me create a dataset from my current dataset? I have the following dataset: …
Subscribe to:
Post Comments (Atom)
0 Response to Marginsplot error
Post a Comment