Learn R Programming

mrregression (version 1.0.0)

Regression Analysis for Very Large Data Sets via Merge and Reduce

Description

Frequentist and Bayesian linear regression for large data sets. Useful when the data does not fit into memory (for both frequentist and Bayesian regression), to make running time manageable (mainly for Bayesian regression), and to reduce the total running time because of reduced or less severe memory-spillover into the virtual memory. This is an implementation of Merge & Reduce for linear regression as described in Geppert, L.N., Ickstadt, K., Munteanu, A., & Sohler, C. (2020). 'Streaming statistical models via Merge & Reduce'. International Journal of Data Science and Analytics, 1-17, .

Copy Link

Version

Install

install.packages('mrregression')

Monthly Downloads

231

Version

1.0.0

License

GPL-2 | GPL-3

Maintainer

Leo Nils Geppert

Last Published

September 22nd, 2020

Functions in mrregression (1.0.0)

mrbayes

Bayesian linear regression using Merge and Reduce
mrfrequentist

Fitting frequentist linear models using Merge and Reduce
exampleData

Simulated Example Data
mrregression

mrregression: Frequentist and Bayesian linear regression using Merge and Reduce.