Package: RiskScorescvd
Type: Package
Title: Cardiovascular Risk Scores Calculator
Version: 0.1.0
Authors@R: 
    c(person(given = "Daniel",
             family = "Perez-Vicencio",
             role = c("aut", "cre"),
             email = "dvicencio947@gmail.com",
             comment = c(ORCID = "0000-0003-2903-1129")))
Description: A tool to calculate Cardiovascular Risk Scores in large data frames. Cardiovascular risk scores are statistical tools used to assess an individual's likelihood of developing a cardiovascular disease based on various risk factors, such as age, gender, blood pressure, cholesterol levels, and smoking. Here we bring together the six most commonly used in the emergency department. Using 'RiskScorescvd', you can calculate all the risk scores in an extended dataset in seconds. ASCVD described in Goff, et al (2013) <doi:10.1161/01.cir.0000437741.48606.98>. EDACS described in Mark DG, et al (2016) <doi:10.1016/j.jacc.2017.11.064>. GRACE described in Fox KA, et al (2006) <doi:10.1136/bmj.38985.646481.55>. HEART is described in Mahler SA, et al (2017) <doi:10.1016/j.clinbiochem.2017.01.003>. SCORE2/OP described in SCORE2 working group and ESC Cardiovascular risk collaboration (2021) <doi:10.1093/eurheartj/ehab309>. TIMI described in Antman EM, et al (2000) <doi:10.1001/jama.284.7.835>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 4.3.0), dplyr (>= 1.1.2), PooledCohort (>= 0.0.1)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-06-27 10:38:41 UTC; danielperez
Author: Daniel Perez-Vicencio [aut, cre]
    (<https://orcid.org/0000-0003-2903-1129>)
Maintainer: Daniel Perez-Vicencio <dvicencio947@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-28 14:20:08 UTC
