Hi,

I have some trouble with Amelia.

I run the following:


all.data<-read.csv2("jldata2.csv", header = TRUE)
summary(all.data)
corp<-plm.data(all.data, cbind("country", "year"))
data.mi <- Amelia::amelia(corp, idvars=1, ts=2, cs=3,intercs=FALSE,nom=4,5,6, 
7, 8, 13, 14,19:27, 61 , bounds=bounds,log=c(15, 16,17))

And get the result:
Amelia Error Code:  24 
 The number of polynomial terms to include must be between 1 and 3. 

Does anyone have a suggestion for next steps?

Best,
Johanna
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to