How can I make LaTeX tables with plm
objects?
I have been using apsrtable to make LaTeX tables for output summaries for lm
objects, but can't seem to find an easy way to do the same with plm
. I am calculating panel corrected standard errors using plm
and covBK()
, but then have to go into latex and change the standard errors by hand.
A general approach which shouod work is to put your results in a data.frame
and use xtable
to create a LaTex table. This might take a bit more work than using premade templates, but it is very flexible.