Learn R Programming

CatReg (version 2.0.4)

Solution Paths for Linear and Logistic Regression Models with Categorical Predictors, with SCOPE Penalty

Description

Computes solutions for linear and logistic regression models with potentially high-dimensional categorical predictors. This is done by applying a nonconvex penalty (SCOPE) and computing solutions in an efficient path-wise fashion. The scaling of the solution paths is selected automatically. Includes functionality for selecting tuning parameter lambda by k-fold cross-validation and early termination based on information criteria. Solutions are computed by cyclical block-coordinate descent, iterating an innovative dynamic programming algorithm to compute exact solutions for each block.

Copy Link

Version

Install

install.packages('CatReg')

Monthly Downloads

239

Version

2.0.4

License

GPL (>= 2)

Maintainer

Daniel Grose

Last Published

December 3rd, 2025

Functions in CatReg (2.0.4)

predict.scope

Computes SCOPE predictions
predict.scope.logistic

Computes SCOPE logistic predictions
scope.logistic

Computes solution for SCOPE logistic models
UniformDesignMatrix

Create a design matrix of categorical variables.
scope

Compute solution for SCOPE linear models.
CorrelatedDesignMatrix

Create a design matrix of categorical variables with correlated columns.