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: Run Regression for each quintile separately


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: Run Regression for each quintile separately
Date   Mon, 8 Mar 2010 11:10:01 +0100

<> 

For the quintiles, you may like -xtile-:


*************
sysuse auto, clear
xtile quant = mpg, nquantiles(5)
sort quant
l mpg quant, sepby(quant) h(20)
*************



HTH
Martin

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von Stevie Kourama
Gesendet: Montag, 8. März 2010 10:52
An: [email protected]
Betreff: st: Run Regression for each quintile separately

I have the following model

P_(d,k,q)=α_q+β_q P_k+μ_(d,k,q)

Where d = a district, q = a quintile, and k is a region. The left hand
side variable is the average participation rate for a given district
and quintile, the right hand side variable is the average
participation rate at the regional level.

Now I would like to estimate the regression separately for each
quintile using OLS. the intuition is to observe the variations in
departmental participation across the country and to understand how
increased coverage affects the participation of different population
groups.
I have the household budget survey data for two periods, 2000/01 and 2007.

How do we control for fixed effects?

Please assist on the appropriate stata commands.





--
Stevie Kourama

*
*   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