stata v.s. limdep on panel data
- From: "Ying" <zywu15@xxxxxxxxxxx>
- Date: 22 Dec 2005 23:21:08 -0800
Hi all,
I am trying to replicate some statistical results on STATA, which were
produced by Limdep before. I used random effect model to compare the
results in Stata and Limdep. However, they did not produce exactly same
results.
Could you please tell me the difference between the two packages on
panel data analysis? And how to get the same result in both packages?
This is the code I use:
Limdep:
"regress;
lhs=dependent variable;
rhs=independent variable;
str=group id;
random;"
Stata:
"xtreg dep. var. indep. var., re i (group id)"
I also tried the fixed effect model in both packages. The results are
still different.
Any help will be deeply appreciated! Thank you!
.
- Follow-Ups:
- Re: stata v.s. limdep on panel data
- From: Richard Goldstein
- Re: stata v.s. limdep on panel data
- From: Jerry Dallal
- Re: stata v.s. limdep on panel data
- Prev by Date: Need help with evaluation/testing (probably simple)
- Next by Date: Re: stata v.s. limdep on panel data
- Previous by thread: Need help with evaluation/testing (probably simple)
- Next by thread: Re: stata v.s. limdep on panel data
- Index(es):