knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Travis-CI Build Status AppVeyor build status Coverage Status

Scope

Lasso and ridge regression for dichotomised outcomes (extending glmnet).

Installation

Install the current release from CRAN:

install.packages("cornet")

or the latest development version from GitHub:

#install.packages("devtools")
devtools::install_github("rauschenberger/cornet")

Reference

Armin Rauschenberger and Enrico Glaab (2023). "Predicting artificial binary outcomes from high-dimensional data in biomedicine". Journal of Applied Statistics. In press. doi: 10.1080/02664763.2023.2233057

CRAN version CRAN RStudio mirror downloads Total CRAN downloads



rauschenberger/colasso documentation built on Aug. 15, 2023, 3:09 a.m.