-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug correction: handles special case where one predictor is identical with target variable.
- Loading branch information
1 parent
c05e689
commit 96ffd6e
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: lassopv | ||
Type: Package | ||
Title: Nonparametric P-Value Estimation for Predictors in Lasso | ||
Version: 0.2.0 | ||
Date: 2018-02-22 | ||
Version: 0.2.1 | ||
Date: 2019-12-03 | ||
Author: Lingfei Wang <[email protected]> | ||
Maintainer: Lingfei Wang <[email protected]> | ||
Description: Estimate the p-values for predictors x against target variable y in lasso regression, using the regularization strength when each predictor enters the active set of regularization path for the first time as the statistic. This is based on the assumption that predictors (of the same variance) that (first) become active earlier tend to be more significant. Three null distributions are supported: normal and spherical, which are computed separately for each predictor and analytically under approximation, which aims at efficiency and accuracy for small p-values. | ||
URL: https://github.com/lingfeiwang/lassopv | ||
License: GPL-3 | ||
Copyright: Copyright 2016-2018 Lingfei Wang | ||
Copyright: Copyright 2016-2019 Lingfei Wang | ||
Depends: R (>= 2.10) | ||
Imports: lars, stats | ||
NeedsCompilation: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters