plm::plm() fixes and extensions
This release corrects a bug in the methods for random effects models fitted using plm() and extends the methods to work with nested random effects models estimated by plm().
- Corrected bug in methods for
plmobjects estimated by random effects, which occurred when a user-specified clustering variable was at a higher level than the random effects. - Added support for
plmobjects with nested random effects (effects = "nested"). - Added additional syntactic options for specifying clustering variable with
plmobjects. See?plm. - Corrected bug in how
Wald_test()labeled results whentest = "Naive-Fp".