forked from hjeglinton/riskscores
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.5 KB
/
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
38
39
Package: riskscores
Title: Optimized Integer Risk Score Models
Version: 1.1.1
Authors@R: c(
person("Hannah", "Eglinton", , "[email protected]", role = c("aut", "cre")),
person("Alice", "Paul", , "[email protected]", role = c("aut", "cph")),
person("Oscar", "Yan", , "[email protected]", role = "aut"),
person(given = "R Core Team", role = c("ctb", "cph"),
comment = "Copyright holder of Rinternals.h, R.h, lm.c, Applic.h, statsR.h,
glm package"),
person(given = "Robert", family = "Gentleman", role = c("ctb", "cph"),
comment = "Author and copyright holder of Rinternals.h"),
person(given = "Ross", family = "Ihaka", role = c("ctb", "cph"),
comment = "Author and copyright holder of Rinternals.h"),
person(given = "Simon", family = "Davies", role = "ctb",
comment = "Author of glm.fit function (modified in cv_risk_mod.R)"),
person(given = "Thomas", family = "Lumley", role = "ctb",
comment = "Author of glm.fit function (modified in cv_risk_mod.R)"))
Description: Implements an optimized approach to learning risk score models, where sparsity and integer constraints are integrated into the model-fitting process.
URL: https://github.com/hjeglinton/riskscores
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
foreach,
ggplot2,
magrittr,
stats
Suggests:
knitr,
kableExtra,
rmarkdown,
doParallel
VignetteBuilder: knitr, kableExtra
Depends:
R (>= 2.10)
LazyData: true