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


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

Reply via email to