Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Finding/Identifying collinear dummy variables in a regression


From   "Petroulas Pavlos" <[email protected]>
To   <[email protected]>
Subject   st: Finding/Identifying collinear dummy variables in a regression
Date   Tue, 5 Jun 2007 13:03:07 +0300

I have a panel dataset with i(panels)=476 and t(years)=11 which includes
missing values. If I use the command

xi: regress Y i.panels i.years X
or xi: xtreg Y i.years X

my results seem to be fine. 

The above approach should in principal be equivalent to a double
demeaning process. However if I make a double demeaning of the following
fom:
 
sort panel
by panel: egen mpanelY=mean(Y)
by panel: egen mpanelX=mean(X)

sort year
by year: egen mtY=mean(Y)
by year: egen mtX=mean(X)

egen mY=mean(Y)
egen mX=mean(X)


generate Ytilde= Y-mpanelY-mtY+mY
generate Xtilde=X-mpanelX-mtX+mX

and run the 

regress Y X, noc 

the results are vastly different, while in principal they should be the
same (or close to being the same).

 It seems that this is due to collinearity issues between some panel
fixed effects and some time fixed effects, as the dummies are over
determined, which Stata automatically takes into consideration. 

The point here is that I would like to create a demeaned dataset. Is
there a way to identify collinearity between regressors so that I can
take it into account when demeaning my variables? Is there any problem
with the way Stata calculates means with an unbalanced panel?

 
Thanks,

Pavlos Petroulas

 End


==============================================================================================================
Με την επιφύλαξη παντός νομίμου δικαιώματός μας. Κάθε μήνυμα ηλεκτρονικού ταχυδρομείου από την Τράπεζα της Ελλάδος (ΤτΕ) αποστέλλεται καλόπιστα αλλά δεν τη δεσμεύει ούτε ερμηνεύεται ως να συνιστούσε ή επηρέαζε συμβατική ή άλλη δέσμευση της ΤτΕ.
Το μήνυμα ηλεκτρονικού ταχυδρομείου προορίζεται προς αποκλειστική χρήση του προσώπου, του οποίου η διεύθυνση αναγράφεται στην επικεφαλίδα του μηνύματος. Ο αποστολέας και η ΤτΕ δεν αναλαμβάνουν καμμία ευθύνη για ανακρίβειες, παραβίαση της ακεραιότητας, απώλεια ή καθυστερημένη διαβίβαση του μηνύματος, για αστοχία, διακοπή ή υποβάθμιση της υπηρεσίας ή του μηνύματος καθώς και για κάθε εξ αυτού του λόγου απώλεια ή ζημία καθόλη την υπό του νόμου προβλεπόμενη έκταση.
Εάν λάβατε κατά λάθος το παρόν μήνυμα ηλεκτρονικού ταχυδρομείου, παρακαλούμε να ειδοποιήσετε αμέσως μέσω ηλεκτρονικού ταχυδρομείου τον αποστολέα και να διαγράψετε το μήνυμα. Οποιαδήποτε ανακοίνωση, διάδοση ή χρήση μέρους ή ολόκληρου του μηνύματος χωρίς άδεια απαγορεύεται αυστηρά και μπορεί να επιφέρει ποινική και αστική ευθύνη.

Any e-mail message from the Bank of Greece (BoG) is sent in good faith but shall neither be binding nor construed as constituting or affecting a contractual arrangement or other commitment by the BoG.
The e-mail is intended for the exclusive use of the person whose e-mail address appears in caption as recipient. The sender and the BoG decline liability for inaccuracy, breach of integrity, loss or delayed delivery of the message, for any failure in, interruption to or degradation of either the service or the message, as well as for any loss or damage sustained thereof to the fullest extent provided by law.
If you have received this e-mail in error, please notify the sender immediately via e-mail and delete it at once. Any unauthorized disclosure, dissemination or use, either in whole or in part is strictly prohibited and may give rise to both criminal and civil liability. All rights reserved.
==============================================================================================================



*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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