Texreg is the only package I found that produces nicely formatted Latex tables for multi-level regression (e.g., lmer
).
The generated table caption is "Table N: caption", where N is the number of texreg tables in the document up to that point, including the current table. The caption text can be set using the caption
parameter, but I can't find a way to change the "Table N:"
This is an issue if other types of tables (e.g., xtable) are also used in the same RMarkdown/knitr document.
Is there a way to modify this part of the caption without manually changing the compiled .tex
file?