-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
37 lines (37 loc) · 874 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
35
36
37
Package: glmnetUtils
Type: Package
Version: 1.1.9
Title: Utilities for 'Glmnet'
Description: Provides a formula interface for the 'glmnet' package for
elasticnet regression, a method for cross-validating the alpha parameter,
and other quality-of-life tools.
Imports:
stats,
graphics,
grDevices,
glmnet,
parallel,
Matrix
Suggests:
knitr,
rmarkdown,
MASS,
doParallel,
testthat
Authors@R: c(
person("Microsoft", role="cph"),
person("Hong", "Ooi", email="[email protected]", role=c("aut", "cre"))
)
NeedsCompilation: no
VignetteBuilder: knitr
Copyright: Microsoft
License: GPL-2
URL: https://github.com/hongooi73/glmnetUtils
Collate:
'glmnetUtils.r'
'cvGlmnetFormula.r'
'cvaGlmnetFormula.r'
'glmnetFormula.r'
'makeModelComponents.r'
RoxygenNote: 7.1.1
Roxygen: list(markdown=TRUE)