-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
25 lines (25 loc) · 962 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: xtune
Type: Package
Title: Regularized Regression with Differential Penalties Integrating External Information
Version: 0.1.0
Author: Chubing Zeng
Maintainer: Chubing Zeng <[email protected]>
Description: Extends standard penalized regression (Lasso and Ridge) to allow differential shrinkage based on external information with the goal of achieving a better prediction accuracy. Examples of external information include the grouping of predictors, prior knowledge of biological importance, external p-values, function annotations, etc. The choice of multiple tuning parameters is done using an Empirical Bayes approach. A majorization-minimization algorithm is employed for implementation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
glmnet,
stats,
selectiveInference
Depends:
R (>= 2.10)
RoxygenNote: 6.0.1
Suggests:
knitr,
numDeriv,
lbfgs,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr