Hello,
I want to test the joint significance of the individual effects in my fixed effect model and for this I run the following command :
xtreg y x1 x2 x3 x4, fe
estimates store m1
xtreg y x1 x2 x3 x4 i*, fe
estimates store m2
lrtest m1 m2
I get the error: df(unrestricted) = df(restricted)
How shloud I do this. Please help
Thank you
Priya
Related Posts with Likelihood ratio test (LR) for identify the individual firm effect
Need Time-Stratified Case-Crossover Study Help...Hello there! I have hit a bit of a wall with my time-stratified case-crossover study for my disserta…
Reshape long 1 row dataset with no identifierHi, I am trying to reshape long the following dataset: Code: * Example generated by -dataex-. To i…
How to sum over rows for all variables?So my data looks like this. y1999q1 y1999q2 y1999q3 y1999q4 US_a US_b US_c C…
Export covariance matrix to ExcelHi, I would like to export the following covariance matrix to excel: Code: * Example generated by…
A function for a numberHi, I am writing a loop that looks like this foreach code of numlist 1/202{ forvalues i=1940/2020{ …
Subscribe to:
Post Comments (Atom)
0 Response to Likelihood ratio test (LR) for identify the individual firm effect
Post a Comment