-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.93 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
40
41
42
43
44
45
46
47
Package: globorisk
Title: globorisk: Global CVD Risk Calculator
Version: 1.0.2
Authors@R: c(
person(given = "Christopher",
family = "Boyer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1101-2045")),
person(given = "Goodarz",
family = "Danaei",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2456-5463")),
person(given = "Kaveh",
family = "Hajifathalian",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3931-2576")),
person(given = "Peter",
family = "Ueda",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3275-8743")),
person(given = "Rodrigo",
family = "M. Carrillo Larco",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2090-1856")))
Description: This package implements the Globorisk risk calculator. Globorisk is
the first cardiovascular disease risk score that predicts risk of heart attack
or stroke in healthy individuals (those who havenot yet had a heart attack or
stroke) for all countries in the world. It uses information on a person’s
country of residence, age, sex, smoking, diabetes, blood pressure and
cholesterol to predict the chance that they would have a heart attack or stroke
in the next 10 years. If the person does not have a recent diabetes or
cholesterol test, they can use the office-based version of Globorisk which is
based on body weight and height instead.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/boyercb/globorisk
BugReports: https://github.com/boyercb/globorisk/issues
Depends:
R (>= 2.10)