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]

RE: st: value weighted average


From   tashi lama <[email protected]>
To   <[email protected]>
Subject   RE: st: value weighted average
Date   Mon, 30 Jul 2012 14:51:49 +0000

bys group:sum x[aw=y] would give the same mean. Is one of them(analytic or importance weights) better than the others in this kind of problem?

----------------------------------------
> Date: Mon, 30 Jul 2012 09:39:43 +0200
> Subject: Re: st: value weighted average
> From: [email protected]
> To: [email protected]
>
> On Sun, Jul 29, 2012 at 11:43 AM, Braunfels, Philipp wrote:
>> can anyone help me in calculating value weighted averages of variable X where the weights is defined by variable Y?
>
> *------------ begin example -------------
> clear
> input ///
> ID y x time group
> 1 50 1 1990 1
> 2 60 2 1990 1
> 3 70 3 1990 1
> 6 10 4 1990 2
> end
>
> bys group: sum x [iw=y]
> *------------- end example --------------
> (For more on examples I sent to the Statalist see:
> http://www.maartenbuis.nl/example_faq )
>
> Hope this helps,
> Maarten
>
> --------------------------
> Maarten L. Buis
> Institut fuer Soziologie
> Universitaet Tuebingen
> Wilhelmstrasse 36
> 72074 Tuebingen
> Germany
>
>
> http://www.maartenbuis.nl
> --------------------------
> *
> * 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