Hi Statalist,
Can a lead operator be used along with the dependent variable in panel data regression?
My study uses land use change analysis using historical panel data.
I am looking to see if last year's change in arable and barren areas would result in the current year's area under non-agriculture as conversion from one category to another and its reporting does not happen together. How do I model this for a panel regression? I have used F(Lead operator) in the DV. Is that right?
I would appreciate any help.
Thanks beforehand
Radhika
Code:
xtreg F.shreofnonagrlarea shareofbarrenarea shareofarablearea ,fe Fixed-effects (within) regression Number of obs = 540 Group variable: disid Number of groups = 27 R-sq: within = 0.8961 Obs per group: min = 20 between = 0.1064 avg = 20.0 overall = 0.1100 max = 20 F(2,511) = 2203.73 corr(u_i, Xb) = -0.8376 Prob > F = 0.0000 ----------------------------------------------------------------------------------- F. | shreofnonagrlarea | Coef. Std. Err. t P>|t| [95% Conf. Interval] ------------------+---------------------------------------------------------------- shareofbarrenarea | -1.312984 .0765696 -17.15 0.000 -1.463414 -1.162554 shareofarablearea | -.8670699 .0130697 -66.34 0.000 -.8927469 -.841393 _cons | .7183172 .0100656 71.36 0.000 .6985421 .7380923 ------------------+---------------------------------------------------------------- sigma_u | .16110238 sigma_e | .00409206 rho | .99935524 (fraction of variance due to u_i) ----------------------------------------------------------------------------------- F test that all u_i=0: F(26, 511) = 9189.29 Prob > F = 0.0000 .
Comment