Hello -
I am trying to run some commands that produce some plots, but stata doesn't generate them. The syntax is correct so I can't figure out what it is?
spagplot outcome time, id(id) ///
by(school) ///
title("Outcome over time") ///
ytitle("Outcome") ///
b1title("Time") ///
ylabel(0 5 10 15 20 25) ///
yscale(range(0 30)) ///
twoway scatter outcome time, ///
title("Relationship between outcome over time") ///
ytitle("Outcome") ///
b1title("Time") ///
ylabel(0 5 10 15 20 25) ///
yscale(range(0 30)) ///
Can somebody help troubleshoot?
Related Posts with Stata not producing graphs
margins, eydx after logitHi, I am working with a logit model. I am interested in the percentage change in the probability of…
Data of a groupHello, I have a data with normal firms and zombie firms. Both groups have capital. But I want to ge…
Drop individuals who have too many missingsHello everyone, I think this is quite a simple question but I am still not very used to STAT Cod…
Create a new variable from existing variables with similar value Hello, First of all i am extremely thankful to everyone whoever is helping with STATA. This forum …
Overlay line segments on graphArray I've generated the figure above and would like to make two line segments on the X-axis, one to…
Subscribe to:
Post Comments (Atom)
0 Response to Stata not producing graphs
Post a Comment