Fabrizio Leone

Results 4 issues of Fabrizio Leone

Hi, I am trying to replicate your example in the [FAQs about how to get the constant term in reghdfe](http://scorreia.com/software/reghdfe/install.html#development-version). However, I get a different result than you. This is...

Hi, I have recently updated Julia from v1.7 to v1.8. I can correctly install RCall. However, when I type `using RCall` in the REPL, I get the following error message:...

Hi, thanks for your great package. I just updated to Julia 1.7 and I cannot add it anymore. If I try, I get the following outcome ![Screenshot 2021-12-01 233931](https://user-images.githubusercontent.com/44437403/144325886-328e084f-4f97-45b5-9e7f-807947f5327c.png) Any...

Hi, Thanks for this great package. I am using ```bboptimize``` to find the minimum of a non-linear function. My approach is very simple ```Julia res = bboptimize(x -> my_obj_fun(x, args);...