Statalist


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

Re: st: RE: How to generate "total" observation?


From   Christian Bustamante <[email protected]>
To   [email protected]
Subject   Re: st: RE: How to generate "total" observation?
Date   Sun, 2 Aug 2009 02:22:21 -0500

Thanks for your answer.
The collapse command not was I'm looking for. I need a command that
returns me something like:

id  year var1
01 2000 10
01 2001 20
02 2000 15
02 2001 25
00 2000 25
00 2001 45

Where 00 is the "id" of the sum over ids by year.

Bests

On Sun, Aug 2, 2009 at 1:51 AM, Jeetendra Aryal<[email protected]> wrote:
> Have you tried the following command?
> . collapse var1, by(id)
>
> rgds,
> Jeetendra
>
>
>
> ________________________________________
> From: [email protected] [[email protected]] On Behalf Of Christian Bustamante [[email protected]]
> Sent: Sunday, August 02, 2009 7:48 AM
> To: Statalist
> Subject: st: How to generate "total" observation?
>
> Hi all,
> I have a (possible) dummy question. I have a panel data set like the following:
>
> id  year var1
> 01 2000 10
> 01 2001 20
> 02 2000 15
> 02 2001 25
>
> I want to create a new observations, with id=03, that sum the var1
> over the other ids. Obviously, I'm no going to use this observations
> to make some estimation, but total statistics. How can I generate this
> aditional observations.
>
> Thanks
>
>
>
>
> --
> CdeB
> *
> *   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/
>



-- 
CdeB

*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index