Hello Everyone (Quick) question: Does anyone know a package/command or simply a way of creating a table of different panel data estimations (estimated using /*plm()*/ ) just as *mtable()* does for models estimated with /*lm()*/? It seems *mtable* (and *apsrtable* equally) only support /*lm*/ and some other classes but unfortunately not /*plm*/. I am pretty sure others must have encountered this problem and I am hoping they found a way around it. If so: I am gratful for any advice/help or even just a hint. ManuelS -- View this message in context: http://r.789695.n4.nabble.com/Package-command-for-creating-a-table-of-panel-models-tp4185744p4185744.html Sent from the R help mailing list archive at Nabble.com.
Achim Zeileis
2011-Dec-12 12:20 UTC
[R] Package/command for creating a table of panel models ?
On Mon, 12 Dec 2011, ManuelS wrote:> Hello Everyone > > (Quick) question: Does anyone know a package/command or simply a way of > creating a table of different panel data estimations (estimated using > /*plm()*/ ) just as *mtable()* does for models estimated with /*lm()*/? > > It seems *mtable* (and *apsrtable* equally) only support /*lm*/ and some > other classes but unfortunately not /*plm*/. I am pretty sure others must > have encountered this problem and I am hoping they found a way around it.In general, mtable (from package "memisc") can be extended by supplying a suitable getSummary() method. Package "tonymisc" seems to do so for plm and pgmm objects. hth, Z> If so: I am gratful for any advice/help or even just a hint. > > ManuelS > > -- > View this message in context: http://r.789695.n4.nabble.com/Package-command-for-creating-a-table-of-panel-models-tp4185744p4185744.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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. >
Maybe Matching Threads
- memisc-Tables with robost standard errors
- latex output of regressions with standardized regression coefficients and t-statistics based on Huber-White
- package to do inverse probability weighting in longitudinal data
- Latex outputs of multilevel models
- Generalized Additive Models: How to create publication-ready regression tables