Kevin Tappe
Kevin Tappe
There is now support for `predict` for plm's within models in the development version available here: https://github.com/ycroissant/plm As the within case is special, one likely wants to input a pdata.frame...
For models produced by `plm::plm()`, there is a `predict` method available since `plm` CRAN release version 2.6-2.
If you want to keep/enhance the Appendix about econometric text resources, there is now pull request #8. Also, you might want to consider to add: * Hanck/Arnold/Gerber/Schmelzer, Econometrics with R,...
Thank you for the in-depth explanation, very instructive! I read a bit in the vignettes before posting. I reckon one's package would need to hard-depend on `vctrs` to implement all...
For models produced by `plm::plm()`, there is a `predict` method available since `plm` version 2.6-2.
There is now support for `predict` for plm's within models in the development version available here: https://github.com/ycroissant/plm As the within case is special, one likely wants to input a pdata.frame...
For models produced by `plm::plm()`, there is a `predict` method available since `plm` version 2.6-2.
It seems, `archive` is now described in the text. However, it is not in the picture (status graph) and does not evaluted in the Dashboard's column `folder`?
Did you try if `car::linearHypothesis` does the trick for models produced by `fixest::feols`?