Hi, I am trying to complete a very simple panel analysis on some bank data.
Call: Formula<-plm(RoE~RoA+CAR+Inc.Dep+Cash.TL+NPL.Loans, data=Banks1, model="random", index=c("Bank.I.D.","Year")) summary(Formula) I get the following error code: ERROR: missing value where TRUE/FALSE needed Does anyone know what true/false field I am missing? Thanks, -- View this message in context: http://r.789695.n4.nabble.com/problem-with-dynformula-from-plm-package-tp867660p3782639.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list 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.