pachadotdev / capybara

tldr; If you have a 2-4GB dataset and you need to estimate a (generalized) linear model with a large number of fixed effects, this package is for you.
http://pacha.dev/capybara/
Apache License 2.0
13 stars 0 forks source link

logit is the only link that differs from base R #4

Closed pachadotdev closed 1 month ago

pachadotdev commented 2 months ago

see https://github.com/pachadotdev/capybara/blob/reducebackandforth/tests/testthat/test-feglm.R

it is not related to using a threshold for small values, as https://github.com/pachadotdev/capybara/blob/reducebackandforth/src/05_glm_fit.cpp#L44-L65 gives the same results

pachadotdev commented 1 month ago

fixed in d873ec6