Hello Stan gurus,
I've used the R package xtable in the past in order to get Latex tables from R output. Is there any way to do with this a Stan fit object? xtable takes any of these objects:
> methods(xtable)
[1] xtable.anova* xtable.aov* xtable.aovlist* xtable.coxph*
[5] xtable.data.frame* xtable.glm* xtable.lm* xtable.matrix*
[9] xtable.prcomp* xtable.summary.aov* xtable.summary.aovlist* xtable.summary.glm*
[13] xtable.summary.lm* xtable.summary.prcomp* xtable.table* xtable.ts*
[17] xtable.zoo*
Any suggestions are welcome.
Thanks so much,
Shira