Closed waynelapierre closed 3 years ago
To replace standard errors with t-statistics, use the override.se
and override.pvalues
arguments. The package author has a StackOverflow post that should help.
That is far from a solution.
I think the package author's solution is reasonable. You could code your own solution and make a pull request. It looks like the package author has processed 60 pull requests.
The stargazer R package can report t values beneath regression coefficients. Maybe texreg can borrow some ideas from stargazer.
Different packages do things in different ways. If stargazer is better tailored to your needs, I would recommend using it instead of texreg. For my own usage, texreg works just as I want it to. But if you have suggestions via a pull request, I'm happy to consider them, as is customary in open source development.
How can I make texreg's generated latex regression results report t values instead of standard errors beneath regression coefficients?