oem: Orthogonalizing EM: Penalized Regression for Big Tall Data

Solves penalized least squares problems for big tall data using the orthogonalizing EM algorithm of Xiong et al. (2016) <doi:10.1080/00401706.2015.1054436>. The main fitting function is oem() and the functions cv.oem() and xval.oem() are for cross validation, the latter being an accelerated cross validation function for linear models. The big.oem() function allows for out of memory fitting. A description of the underlying methods and code interface is described in Huling and Chien (2022) <doi:10.18637/jss.v104.i06>.

Version: 2.0.11
Depends: R (≥ 3.2.0), bigmemory
Imports: Rcpp (≥ 0.11.0), Matrix, foreach, methods
LinkingTo: Rcpp, RcppEigen, BH, bigmemory, RcppArmadillo
Suggests: knitr, rmarkdown
Published: 2022-10-13
Author: Bin Dai [aut], Jared Huling ORCID iD [aut, cre], Yixuan Qiu [ctb], Gael Guennebaud [cph], Jitse Niesen [cph]
Maintainer: Jared Huling <jaredhuling at gmail.com>
BugReports: https://github.com/jaredhuling/oem/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://arxiv.org/abs/1801.09661, https://github.com/jaredhuling/oem, https://jaredhuling.org/oem/
NeedsCompilation: yes
Citation: oem citation info
Materials: README
CRAN checks: oem results

Documentation:

Reference manual: oem.pdf
Vignettes: Usage of the oem Package

Downloads:

Package source: oem_2.0.11.tar.gz
Windows binaries: r-devel: oem_2.0.11.zip, r-release: oem_2.0.11.zip, r-oldrel: oem_2.0.11.zip
macOS binaries: r-release (arm64): oem_2.0.11.tgz, r-oldrel (arm64): oem_2.0.11.tgz, r-release (x86_64): oem_2.0.11.tgz
Old sources: oem archive

Reverse dependencies:

Reverse imports: WpProj

Linking:

Please use the canonical form https://CRAN.R-project.org/package=oem to link to this page.