Other packages > Find by keyword >

oem  

Orthogonalizing EM: Penalized Regression for Big Tall Data
View on CRAN: Click here


Download and install oem package within the R console
Install from CRAN:
install.packages("oem")

Install from Github:
library("remotes")
install_github("cran/oem")

Install by package version:
library("remotes")
install_version("oem", "2.0.12")



Attach the package and use:
library("oem")
Maintained by
Jared Huling
[Scholar Profile | Author Map]
First Published: 2012-09-09
Latest Update: 2022-10-13
Description:
Solves penalized least squares problems for big tall data using the orthogonalizing EM algorithm of Xiong et al. (2016) . 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) .
How to cite:
Jared Huling (2012). oem: Orthogonalizing EM: Penalized Regression for Big Tall Data. R package version 2.0.12, https://cran.r-project.org/web/packages/oem. Accessed 13 May. 2025.
Previous versions and publish date:
1.01 (2012-09-09 19:10), 1.02.1 (2014-01-06 17:30), 1.02 (2012-12-30 08:12), 2.0.1 (2016-10-19 12:58), 2.0.2 (2016-10-25 20:32), 2.0.3 (2016-10-26 10:37), 2.0.4 (2017-02-21 08:43), 2.0.5 (2017-03-22 13:16), 2.0.6 (2017-07-06 16:41), 2.0.7 (2018-02-01 06:21), 2.0.8 (2018-03-26 06:05), 2.0.9 (2018-10-30 11:40), 2.0.10 (2020-06-04 14:00), 2.0.11 (2022-10-13 10:20)
Other packages that cited oem R package
View oem citation profile
Other R packages that oem depends, imports, suggests or enhances
Complete documentation for oem
Functions, R codes and Examples using the oem R package
Some associated functions: big.oem . cv.oem . deprecated . logLik . oem . oem.xtx . plot . predict.cv.oem . predict.oem . predict.xval.oem . print . summary . xval.oem . 
Some associated R codes: big_oem.R . cv_oem.R . deprecated_functions.R . methods.R . oem.R . oem_xtx.R . oem_xval.R . utils.R .  Full oem package functions and examples
Downloads during the last 30 days
04/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/0605/0705/0805/0905/1005/11Downloads for oem02468101214161820222426TrendBars

Today's Hot Picks in Authors and Packages

nat.utils  
File System Utility Functions for 'NeuroAnatomy Toolbox'
Utility functions that may be of general interest but are specifically required by the 'NeuroAnatom ...
Download / Learn more Package Citations See dependency  
StanHeaders  
C++ Header Files for Stan
The C++ header files of the Stan project are provided by this package, but it contains little R code ...
Download / Learn more Package Citations See dependency  
tryCatchLog  
Advanced 'tryCatch()' and 'try()' Functions
Advanced tryCatch() and try() functions for better error handling (logging, stack trace with source ...
Download / Learn more Package Citations See dependency  
hett  
Heteroscedastic t-Regression
Functions for the fitting and summarizing of heteroscedastic t-regression. ...
Download / Learn more Package Citations See dependency  
genlogis  
Generalized Logistic Distribution
Provides basic distribution functions for a generalized logistic distribution proposed by Rathie and ...
Download / Learn more Package Citations See dependency  
dtrackr  
Track your Data Pipelines
Track and document 'dplyr' data pipelines. As you filter, mutate, and join your way through a data ...
Download / Learn more Package Citations See dependency  

24,223

R Packages

207,311

Dependencies

65,402

Author Associations

24,224

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA