Skip to content

bigReg

Generalized Linear Models (GLM) for Large Data Sets

v0.1.5 · Dec 11, 2023 · GPL (>= 2)

Description

Allows the user to carry out GLM on very large data sets. Data can be created using the data_frame() function and appended to the object with object$append(data); data_frame and data_matrix objects are available that allow the user to store large data on disk. The data is stored as doubles in binary format and any character columns are transformed to factors and then stored as numeric (binary) data while a look-up table is stored in a separate .meta_data file in the same folder. The data is stored in blocks and GLM regression algorithm is modified and carries out a MapReduce- like algorithm to fit the model. The functions bglm(), and summary() and bglm_predict() are available for creating and post-processing of models. The library requires Armadillo installed on your system. It may not function on windows since multi-core processing is done using mclapply() which forks R on Unix/Linux type operating systems.

Downloads

116

Last 30 days

23204th

245

Last 90 days

245

Last year

Trend: -10.1% (30d vs prior 30d)

CRAN Check Status

2 NOTE
9 OK
Show all 11 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
Check details (11 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Chibisi Chima-Okereke <chibisi@active-analytics.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Chibisi",
                    family = "Chima-Okereke",
                    role = c("aut", "cre"),
                    email = "chibisi@active-analytics.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Chibisi Chima-Okereke <chibisi@active-analytics.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Chibisi",
                    family = "Chima-Okereke",
                    role = c("aut", "cre"),
                    email = "chibisi@active-analytics.com")
as necessary.
OK r-devel-linux-x86_64-fedora-clang

*


            
OK r-devel-linux-x86_64-fedora-gcc

*


            
OK r-devel-macos-arm64

*


            
OK r-oldrel-macos-arm64

*


            
OK r-oldrel-macos-x86_64

*


            
OK r-patched-linux-x86_64

*


            
OK r-release-linux-x86_64

*


            
OK r-release-macos-arm64

*


            
OK r-release-macos-x86_64

*


            

Check History

NOTE 9 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Chibisi Chima-Okereke <chibisi@active-analytics.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Chibisi",
                    family = "Chima-Okereke",
                    role = c("aut", "cre"),
                    email = "chibisi@active-analytics.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Chibisi Chima-Okereke <chibisi@active-analytics.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Chibisi",
                    family = "Chima-Okereke",
                    role = c("aut", "cre"),
                    email = "chibisi@active-analytics.com")
as necessary.

Dependency Network

Dependencies Reverse dependencies Rcpp uuid MASS bigReg

Version History

new 0.1.5 Mar 9, 2026