The package ‘drglm’ can be used to fit Linear and Generalized Linear Models to large as well as out of the memory data sets using “Divide and Recombine (D&R)” strategy. This is the first package in R that supports fitting Multinomial logistic regression models to large data sets in D&R method.
You can install the development version of drglm from GitHub with:
# install.packages("devtools")
::install_github("NayemMH/drglm") devtools
For practical examples and coding, users are refereed to check the vignettes of the ‘drglm’ paper for better understandings.