Package: drglm 1.1

drglm: Fitting Linear and Generalized Linear Models in "Divide and Recombine" Approach to Large Data Sets

To overcome the memory limitations for fitting linear (LM) and Generalized Linear Models (GLMs) to large data sets, this package implements the Divide and Recombine (D&R) strategy. It basically divides the entire large data set into suitable subsets manageable in size and then fits model to each subset. Finally, results from each subset are aggregated to obtain the final estimate. This package also supports fitting GLMs to data sets that cannot fit into memory and provides methods for fitting GLMs under linear regression, binomial regression, Poisson regression, and multinomial logistic regression settings. Respective models are fitted using different D&R strategies as described by: Xi, Lin, and Chen (2009) <doi:10.1109/TKDE.2008.186>, Xi, Lin and Chen (2006) <doi:10.1109/TKDE.2006.196>, Zuo and Li (2018) <doi:10.4236/ojs.2018.81003>, Karim, M.R., Islam, M.A. (2019) <doi:10.1007/978-981-13-9776-9>.

Authors:Md. Mahadi Hassan Nayem [aut, cre]

drglm_1.1.tar.gz
drglm_1.1.zip(r-4.7)drglm_1.1.zip(r-4.6)drglm_1.1.zip(r-4.5)
drglm_1.1.tgz(r-4.6-any)drglm_1.1.tgz(r-4.5-any)
drglm_1.1.tar.gz(r-4.7-any)drglm_1.1.tar.gz(r-4.6-any)
drglm_1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
drglm/json (API)
NEWS

# Install 'drglm' in R:
install.packages('drglm', repos = c('https://nayemmh.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/nayemmh/drglm/issues

Pkgdown/docs site:https://nayemmh.github.io

On CRAN:

Conda:

4.18 score 2 scripts 135 downloads 4 exports 7 dependencies

Last updated from:a665499772. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK143
source / vignettesOK263
linux-release-x86_64OK121
macos-release-arm64OK191
macos-oldrel-arm64OK188
windows-develOK112
windows-releaseOK96
windows-oldrelOK94
wasm-releaseOK92

Exports:big.drglmdrglmdrglm.multinommake.data

Dependencies:biglmDBIlatticeMASSMatrixnnetspeedglm

Fitting Multinomial Logistic Regression model in Divide and Recombine approach to Large Data Sets

Rendered fromdrglm_multinom.Rmdusingknitr::rmarkdownon Jun 01 2026.

Last update: 2024-07-07
Started: 2024-07-03

Fitting Linear and Generalized Linear Models to out of the memory data sets in Divide and Recombine approach

Rendered frombig_drglm.Rmdusingknitr::rmarkdownon Jun 01 2026.

Last update: 2024-07-30
Started: 2024-07-03

Introduction to 'drglm'

Rendered fromdrglm.Rmdusingknitr::rmarkdownon Jun 01 2026.

Last update: 2024-07-30
Started: 2024-07-03