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
GLS Estimation in Eaton-Kortum (2002): Two-componet error and importer- and exporter- FE interpretationDear Stata users, I am using Eaton and Kortum (2002) General Equilibrium model, so I have to estima…
Creating a group ID based on multiple variables: no bysort & no weights allowedHello Statalist, I am attempting to create a group ID which identifies each unique combination of t…
GLS Estimation in Eaton-Kortum (2002): Two-componet error and importer- and exporter- FEDear Stata users, I am using Eaton and Kortum (2002) General Equilibrium model, so I have to estima…
a better method of generating a variable?I have a education variable, q15_educ, in my data set and I need to create a new education variable,…
LincomHello All, I have a panel dataset of 15 countries and I have interacted a variable of governance wit…
Subscribe to:
Post Comments (Atom)
0 Response to Stata not producing graphs
Post a Comment