-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Following up on the discussion over at RegressionTables.jl, there is a need to adjust regression results with custom standard errors as provided through CovarianceMatrices.jl. However, to publish these results, it is necessary to automatically export the results using the custom standard errors. At the moment, there is no possibility to do so. GLM.jl does not allow to specify custom standard errors, for example, HC. CovarianceMatrices.jl does not allow to adjust the results from GLM.jl. Finally, RegressionTables.jl does not allow to specify custom standard errors either.
Since there has been a long-standing issue over at GLM.jl without a visible solution, maybe one could take the route to implement this functionality in CovarianceMatrices.jl? It does not strike me as something that would be very difficult, but it is somewhat inaccessible for someone who is not familiar with StatsBase and the whole regression framework.
What is the opinion on this?