I would like to know if there is a way to use the stargazer
package, or any other similar package, to export regression tables from R to latex using two different covariance matrices.
When I say two different matrices I mean using both robust and clustered standard errors, for example, and exporting something like this
coefficient 1.5***
(robust standard error) (0.3)
(clustered standard error) [0.45]
Now I am generating two stargazer
tables and manually adding rows from one to another.