Laurent Bergé
Laurent Bergé
Great benchmark @azev77! By the way, there's an issue in `fixest` for MAC users that prevents multithreading and hence reduces performance substantially (see https://github.com/lrberge/fixest/issues/63). By any chance, are you running...
Very cool PR! Nice work! I'll try to merge it next week.
The philosophy of the software is: either it works, either it's an exception properly handled. So that's definitely a bug! 😄 Thanks for reporting!
Don't have the time to reply sorry, but just to say that I didn't write insight::get_data(). The value call_env is internal cuisine, and it works fine. It is used internally...
Hi, with a huge time lag (sorry Vincent...), there's the new argument `data.save`: ```R base = setNames(iris, c("y", "x1", "x2", "x3", "species")) est = feols(y ~ x1, base, data.save =...
Hi everyone, and thanks Alex for writing this up. I have plans (always delayed though) to write guidelines on how to add new VCOVs into `fixest`. The current infrastructure makes...
Hi everyone : this is currently not possible. Similar to #340. You have hacks to do it but they are not straightforward (one such hack is described in #340). There...
Hi @pachadotdev, please don't :-) I've started to work this out a while ago and I made some major overhauls linked to this issue. There's no need for the PR....
Hi, with a huge delay, note that there's the `data.save` argument which, if `TRUE`, will lead to consistent results as in the initial post. Note though that it creates a...