Skip to content
Prev 3840 / 12125 Next

[R-pkg-devel] How to obtain intercept of intercept-only glm in Fortran?

Hello,

In an R package I would like to compute intercept for an intercept-only GLM in a Fortran subroutine. For instance, in logistic regression, how to obtain an intercept in this simple model? I know glm_fit calls some Fortran subroutine, but I am not trying to invent something here. Any other suggestions?

Thanks,

Zhu Wang