Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: AW: RE: line plot


From   "Mareike" <[email protected]>
To   <[email protected]>
Subject   st: AW: RE: line plot
Date   Mon, 10 May 2010 16:57:18 +0200

Thank you Nick for your help. Using egen first solved the problem.

Mareike

-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Nick Cox
Gesendet: Montag, 10. Mai 2010 14:54
An: [email protected]
Betreff: st: RE: line plot

There is a difference of principle here. 

-graph bar-, -graph dot- and -graph box- are reduction commands that
typically show summary statistics derived from the data, rather the data
themselves. (There are exceptions, flagged by -asis-.)

On the other hand, most -twoway- commands, and those based on them, how
the data directly. (There are exceptions, such as -histogram-.) Thus,
for the most part, you need to do any reductions beforehand. 

Use -egen, total()- to calculate the sums beforehand. Note also -egen,
tag()- to tag just one observation of each kind, in your case, one
observation for each year. 

Nick 
[email protected] 

Mareike

I'm working with panel data and I'm trying to plot the yearly sum of 
one variable for all countries over time. I was able to create a bar 
diagram for that purpose by using the command: graph bar (sum) 
variable, over(year). But actually I would prefer to present the 
numbers in form of a line plot: But all the commands I could think of 
(e.g. tsline, line, twoway connected, etc.) do not allow the 
sum-option, as far as I understand them correctly. It would be great if 
anybody of you would get up with an idea!?


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index