-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 846 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 846 Bytes
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
Package: upcoding
Title: A Package to Simulate Medicare Upcoding and Undercoding
Version: 0.0.0.9000
Authors@R:
person("Oana", "Enache", , "oenache@stanford.edu", role = c("aut", "cre"))
Description: This package enables users to: (1) Simulate baseline data
realistic to older Americans' co-occurring health conditions at scale;
(2) Upcode specific diagnoses in baseline data to a user-specified
degree, including altering right censoring; (3) Undercode all baseline
data.
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
data.table,
dplyr,
here,
fs,
memoise,
readr,
stats,
tibble,
tidyr,
vctrs,
withr
Suggests:
purrr,
stringr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2