-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.03 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
Package: icdpicr
Type: Package
Title: 'ICD' Programs for Injury Categorization in R
Version: 1.0.1
Authors@R: c(
person("Adam", "Black", email = "[email protected]", role = c("aut", "cre", "cph")),
person("David", "Clark", role = c("aut", "cph")))
Description: Categorization and scoring of injury severity typically involves
trained personnel with access to injured persons or their medical records. 'icdpicr' contains a function
that provides automated calculation of Abbreviated Injury Scale ('AIS') and Injury Severity Score ('ISS')
from International Classification of Diseases ('ICD') codes and may be a useful substitute to manual injury
severity scoring. 'ICDPIC' was originally developed in 'Stata', and 'icdpicr' is an open-access update
that accepts both 'ICD-9' and 'ICD-10' codes.
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: stringr (>= 1.0.0)
Depends:
R (>= 2.10)
Suggests:
testthat,
knitr,
rmarkdown,
dplyr,
rcmdcheck
VignetteBuilder: knitr