You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Hi, I am relatively new to econometrics. I want to know does panel data have to be Normal? My data of 96 observations is not normal. How do I transform it in Stata?
No real data is truly normal; the normal distribution is a potentially useful model, but models by definition not true. So it depends on what you mean with not normal. Do the residuals (remember, it is the residuals that need to be normal, not the dependent variable) slightly deviate from normality, then you could probably use the "standard" methods. If the deviation is larger, then there are many options depending on the exact deviation, the purpose of the model, the intended audience, etc. etc. etc. Also what is a "slight deviation" and what is a "larger" deviation depends. So without context, this is about all that can be said.
---------------------------------
Maarten L. Buis
University of Konstanz
Department of history and sociology
box 40
78457 Konstanz
Germany http://www.maartenbuis.nl
---------------------------------
Thanks Maarten and Carlo. Carlo Lazzaro It is a 4 year study of 24 courts, thus 96 observations. More data is unavailable. Maarten Buis How do I know the normality of residuals. As I only know Shapiro Wilk test, which I apply to all variables.
Sarah:
you can also visually inspect the residual distribution via -help qnorm-.
If residuals distribution remarkably deviates from normality, you can consider imposing -robust- or -vce(cluster panelid)- standard errors.
Comment