Mael Astruc--Le Souder
Mael Astruc--Le Souder
Hello, Like others I have encountered issues with a Status code 429 #431 due to too many requests. To decrease the number of requests, I would like to only request...
Hello, Thank you for this package and the helpful functions. I would like to know why the `iv_robust` cannot return diagnostics if fixed-effects are specified. I couldn't find any details...
There is a bug in write.csv.raw() with this line: https://github.com/s-u/iotools/blob/d418a82f521955f476771e9ab0856676935a2da2/R/local.R#L135 rawToChar() is not necessary and creates a bug: writeBin() adds a null character at the end of the output if...
Hello, I have encountered a bug while trying some subset analyses. Here is a reproducible example: ```R N dplyr::mutate(country_FE = runif(1) * 10) |> dplyr::ungroup() |> dplyr::mutate( e = rnorm(N),...
Hi Laurent, I saw some issues that might be related (#97), and I'm not sure if it's actually an error, but it seems that the F-stat reported with the IV...