Alexander Fischer

Results 93 comments of Alexander Fischer

Hi, not yet, I started a while back but never then always other priorities popped up! If I find some free time this weekend, I'll try to see how far...

Hi @GustavFlorinAagren, CR2-robust inference with bias-reduced linearization is implemented in @jepusto's [clubSandwich](https://github.com/jepusto/clubSandwich) package. To the best of my knowledge, it does not support `fixest`, and I know of no other...

Hi both - one other big advantage of moving to `fixest::aggregate()` is that it will make it very straightforward for me to implement wild cluster bootstrap support, as I basically...

Hi @jtorcasso, [here's a first attempt ](https://github.com/s3alfisc/fwildclusterboot/tree/etwfe-support) of wild cluster bootstrap and etwfe interoperatibility via `fwildclusterboot::boot_aggregate()`, using @kylebutts `fixest` clone that introduces the `sparse_model_matrix` method. It's very buggy, so using...

Or just using "aggregate" as described above should also work, unless you run a Poisson regression?

> Do you have any plans for a CRAN release? Hi @rstub , I have no immediate plans for a CRAN release - would you like me to submit a...

Amazing, will do! Thanks for notifying me =)

Awesome, thank you @mpadge! I'll start working on this tomorrow and am very positive that I'll be able to address all your points by the end of the weekend!

Hi @mpadge , - I have moved all non applicable standards to NA section: https://github.com/s3alfisc/fwildclusterboot/pull/148/commits/b80f9c767601bc6140b6a721d92d306b8348c89d - I moved RE1.4 and RE4.17 into the suggested spots https://github.com/s3alfisc/fwildclusterboot/pull/148/commits/517b46efe98f1432806c16947d3f0d969feb1495 - I have added...

Yes, I'll try to do that at the end of today :)