Latex Table Output

I have a fixed-effects OLS model:
mod1_fe <- feols(inst_hold ~ Treated + bm + roa + debt_assets + at | mvsw(year, ticker), df3)

and I am trying to output it to a table using etable:
etable(mod1_fe, style.tex = style.tex("aer"), tex = TRUE)

However, it throws the error message:

I was unable to find any missing LaTeX packages from the error log tex_tempDoc.log.
! Undefined control sequence.
<recently read> \checkmark 

Error: LaTeX failed to compile tex_tempDoc.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See tex_tempDoc.log for more info.

Any help would be appreciated with this.

Close your Rstudio and then delete the aux file. It could be that the aux file is corrupt.

Thank you -- I was able to fix the error by following: Can' create LaTex etable on R Markdown

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.