-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
34 lines (34 loc) · 838 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
26
27
28
29
30
31
32
33
34
Package: iregnet
Type: Package
Title: Regularized interval regression
Version: 0.1.0.9000
Author: Anuj Khare <khareanuj18@gmail.com>, Toby D Hocking <toby.hocking@r-project.org>,
Jelle Goeman, Aditya Samantaray <aditya.samantaray1@gmail.com>
Maintainer: Anuj Khare <khareanuj18@gmail.com>, Aditya Samantaray <aditya.samantaray1@gmail.com>
Description: Interval regression with four types of censoring and elastic net regularization.
License: GPL-3
LazyData: TRUE
Suggests:
ElemStatLearn,
glmnet,
testthat,
knitr,
rmarkdown
LinkingTo: Rcpp
Depends:
R (>= 2.10)
Imports:
ggplot2,
utils,
methods,
stats,
survival,
future.apply,
data.table,
Matrix,
namedCapture,
penaltyLearning,
SpatialExtremes
RoxygenNote: 6.1.1
Remotes: tdhock/penaltyLearning
VignetteBuilder: knitr