Ilja
Ilja
Maybe I can have a look during the winter break. It doesn't sound too complicated and it seems that copying the relevant code from QuadGK should be sufficient.
@nilshg , it is not obvious to me at the moment, is it necessary to adjust the `pp` object, or is it necessary to adjust the `vcov` function? It seems...
Is there any update on this?
I don't need anything fancy, but to make my workflow work in Julia I need the following: 1. Run a regression Then either 2a. Specify during the regression already what...
@nalimilan Essentially there needs to be a way to combine the outputs of `GLM.jl` and [`CovarianceMatrices.jl`](https://github.com/gragusa/CovarianceMatrices.jl) and `RegressionTables.jl`. I don't really know if the solution is to either 1. integrate...
I want to write that I observed the same behavior when running a regression with country*year fixed effects as described in the opening post. Moreover, it seems like when running...
Is there still some work on this? I can offer some help if I get some directions on what is missing.
Thank you for the quick response. I did have a look, but it does not seem to be so straightforward. Something was mentioned in the [prior discussion ](https://github.com/jmboehm/RegressionTables.jl/issues/67#issuecomment-626489729) about adjusting...