Dear R user I would like to run some panel regressions with R. Therefore I want to use fixed effect model. I consulted nlme package pdf. Unfortunately I couldn't find anything clear example about fixed effect model. Is there any defined function to calculate panel data under fixed effect model. I need some suggestions or examples. Thanks Best Helen Chen -- View this message in context: http://www.nabble.com/Question-of-nlme-package-tp23270918p23270918.html Sent from the R help mailing list archive at Nabble.com.
Helen Chen <96258011 <at> nccu.edu.tw> writes:> I would like to run some panel regressions with R. Therefore I want to use > fixed effect model.The focus of lme is on mixed models, but gls in nlme can handle fixed-only problems. I doubt, however that it is exactly what you want for your case.> I consulted nlme package pdf. Unfortunately I couldn't find > anything clear example about fixed effect model.The standard reference is Pinheiro/Bates and a must-have to more clearly define the problem. Dieter