Displaying 1 result from an estimated 1 matches for "tp2173314p2173326".
2010 May 11
5
Regressions with fixed-effect in R
Hi there,
Maybe people who know both R and econometrics will be able to answer
my questions.
I want to run panel regressions in R with fixed-effect. I know two
ways to do it.
First, I can include factor(grouping_variable) in my regression equation.
Second, I plan to subtract group mean from my variables and run OLS
panel regression with function lm().
I plan to do it with the second way because