Skip to content
Prev 201879 / 398506 Next

problem with "dynformula" from "plm" package [RE-POST]

On Nov 27, 2009, at 10:25 AM, Owen Powell wrote:

            
Perhaps you could have read the help page for the current version of  
the package which says the argument have been modified. Using the  
current arguments:

dynformula(emp~wage 
+ 
capital 
,log 
.form 
= 
list 
(capital 
= 
FALSE 
,TRUE),lag.form=list(emp=2,c(2,3)),diff.form=list(FALSE,capital=TRUE))

log(emp) ~ lag(log(emp), 1) + lag(log(emp), 2) + lag(log(emp),
     1) + lag(log(emp), 2) + lag(log(wage), 2) + lag(log(wage),
     3) + diff(capital, 2) + diff(capital, 3)