Skip to content

guhjy/R-software

 
 

Repository files navigation

R-software

R software for selective inference.
Authors: Ryan Tibshirani, Rob Tibshirani, Jonathan Taylor, Joshua Loftus, Stephen Reid
Maintainer: Rob Tibshirani [email protected]

New tools for inference after selection, for use with forward stepwise regression, least angle regression, the lasso, and the many means problem. The package is available on CRAN. See this paper for a high level introduction to selective inference.

Code is in the directory selectiveInference/R.

  • funs.common.R: Basic functions used by many other functions, such as standardization.
  • funs.fixed.R: Inference for LASSO at a fixed, deterministic value of lambda.
  • funs.fs.R: Inference for forward stepwise.
  • funs.groupfs.R: Inference for forward stepwise with groups of variables, e.g. factors.
  • funs.inf.R: Common functions for inference with fixed, fs, lar, and manymeans (but not group).
  • funs.lar.R: Inference for least angle regression.
  • funs.max.R: Some numerical approximations. Deprecated?

About

R software for selective inference

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • R 95.8%
  • C 4.2%