Displaying 1 result from an estimated 1 matches for "gasoline_plm".
2009 Jul 09
2
plm Issues
...e same result as the second
(it shouldn't if it actually uses the lagged variable requested). The third
call results in error (trying to use diff'ed variable in regression)
Other info: I'm running R 2.7.2 on WinXP
cheers
*>data("Gasoline",package="Ecdat")
>Gasoline_plm<-plm.data(Gasoline,c("country","year"))
>pdim(Gasoline_plm)
**Balanced Panel: n=18, T=19, N=342
*
*>summary(plm(lgaspcar~lincomep,data=Gasoline_plm**))
**Oneway (individual) effect Within Model
Call:
plm(formula = lgaspcar ~ lincomep, data = Gasoline_plm)
Balanced Pan...