I am trying to use the htmlreg function in library(texreg) without getting the standard error in parentheses.
I have looked through all the Arguments in the function and it does not allow for that change. some options I have tried:
use of the extract argument to change the lm object. similar to this: How to export the regression table for the results with robust standard error or clustered standard error with package lfe?
override.se with 0 / null / NA
Thank you