Learn R Programming

kosel (version 0.0.1)

Variable Selection by Revisited Knockoffs Procedures

Description

Performs variable selection for many types of L1-regularised regressions using the revisited knockoffs procedure. This procedure uses a matrix of knockoffs of the covariates independent from the response variable Y. The idea is to determine if a covariate belongs to the model depending on whether it enters the model before or after its knockoff. The procedure suits for a wide range of regressions with various types of response variables. Regression models available are exported from the R packages 'glmnet' and 'ordinalNet'. Based on the paper linked to via the URL below: Gegout A., Gueudin A., Karmann C. (2019) .

Copy Link

Version

Install

install.packages('kosel')

Monthly Downloads

131

Version

0.0.1

License

GPL-3

Maintainer

Clemence Karmann

Last Published

July 18th, 2019

Functions in kosel (0.0.1)

ko.ordinal

Statistics of the knockoffs procedure for ordinalNet regression models.
ko.sel

Variable selection with the knockoffs procedure.
ko.glm

Statistics of the knockoffs procedure for glmnet regression models.