Accurate Generalized Linear Model (AGLM) is defined as a regularized GLM which applying a sort of feature transformations using a discretization of numerical features and specific coding methodologies of dummy variables. More details can be found in our paper.
2021/6/6: Now our paper won Charles A. Hachemeister Prize.
To install the latest version from github
:
install.packages("devtools")
::install_github("kkondo1981/aglm") devtools
See the help as below after installing aglm
.
library(aglm)
"aglm-package" ?