I am wondering if there is any R-package out there which is compatible with the psce-package when wanting to create html-files out of regression tables?
I have used the pcse()
function to implement panel corrected standard errors in the regression. Now, when I want to export my table, using the texreg-
or the stargazer
package results in error.
This is the code that I am trying to use:
htmlreg(Model6_reg_pcse, file = "Model6_regression.html")
This is the error message that shows:
"Error in extract(l[[i]], ...) : Neither texreg nor broom supports models of class pcse."
Is there a package which supports class psce
?