kevinblighe/RegParallel: Standard regression functions in R enabled for parallel processing over large data-frames

In many analyses, a large amount of variables have to be tested independently against the trait/endpoint of interest, and also adjusted for covariates and confounding factors at the same time. The major bottleneck in these is the amount of time that it takes to complete these analyses. With RegParallel, a large number of tests can be performed simultaneously. On a 12-core system, 144 variables can be tested simultaneously, with 1000s of variables processed in a matter of seconds via 'nested' parallel processing. Works for logistic regression, linear regression, conditional logistic regression, Cox proportional hazards and survival models, and Bayesian logistic regression. Also caters for generalised linear models that utilise survey weights created by the 'survey' CRAN package and that utilise 'survey::svyglm'.

Getting started

Package details

Bioconductor views DiseaseModel
MaintainerKevin Blighe <kevin@clinicalbioinformatics.co.uk>
LicenseGPL-3
Version1.11.9
URL https://github.com/kevinblighe/RegParallel
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("kevinblighe/RegParallel")
kevinblighe/RegParallel documentation built on Oct. 2, 2023, 2:55 p.m.