[R] Package/command for creating a table of panel models ?

Achim Zeileis Achim.Zeileis at uibk.ac.at
Mon Dec 12 13:20:38 CET 2011


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.
>



More information about the R-help mailing list