-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
121 lines (121 loc) · 3.06 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Package: youthvars
Title: Describe and Validate Youth Mental Health Economic Datasets
Version: 0.0.0.9129
Authors@R: c(
person("Matthew", "Hamilton", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Caroline", "Gao", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0987-2759")),
person("Orygen", role = c("cph", "fnd")),
person("Headspace", role = "fnd"),
person("National Health and Medical Research Council", role = "fnd")
)
Description: Modules from the readyforwhatsnext youth mental health
economic model (https://readyforwhatsnext.org/) that can be used to
describe and quality assure individual human record datasets. The
main motivation for this package is to facilitate automated data
integrity checks, ensure that methods are applied to the appropriate
data structures and streamline reporting of descriptive statistics.
This development version of the youthvars package has been made
available as part of the process of testing and documenting the
package. If you have any questions, please contact the authors
License: GPL-3
URL: https://ready4-dev.github.io/youthvars/,
https://github.com/ready4-dev/youthvars,
https://readyforwhatsnext.org/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
pkgload,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
arsenal,
assertthat,
car,
cowplot,
dplyr,
ggplot2,
ggpubr,
gridExtra,
here,
Hmisc,
hutils,
kableExtra,
knitr,
knitrBootstrap,
lifecycle,
lubridate,
magrittr,
MASS,
Matrix,
matrixcalc,
methods,
mice,
psych,
purrr,
ready4,
ready4show (>= 0.0.0.9114),
ready4use (>= 0.0.0.9246),
rlang,
scales,
simstudy,
stats,
stringi,
stringr,
tibble,
tidyselect,
utils
Depends:
R (>= 2.10)
LazyData: true
Collate:
'C3_youthvars_aqol6d_adol.R'
'C3_youthvars_bads.R'
'C3_youthvars_chu9d_adolaus.R'
'C3_youthvars_gad7.R'
'C3_youthvars_k10.R'
'C3_youthvars_k10_aus.R'
'C3_youthvars_k6.R'
'C3_youthvars_k6_aus.R'
'C3_youthvars_oasis.R'
'C3_youthvars_phq9.R'
'C3_youthvars_scared.R'
'C3_youthvars_sofas.R'
'C4_YouthvarsDescriptives.R'
'C4_YouthvarsProfile.R'
'C4_YouthvarsSeries.R'
'db_aqol_scrg_dict_r3.R'
'db_predictors_lup.R'
'db_replication_popl_tb.R'
'db_repln_ds_dict_r3.R'
'fn_add.R'
'fn_assert.R'
'fn_calculate.R'
'fn_force.R'
'fn_get.R'
'fn_impute.R'
'fn_make.R'
'fn_plot.R'
'fn_print.R'
'fn_reorder.R'
'fn_replace.R'
'fn_transform.R'
'fn_write.R'
'imp_fns.R'
'imp_mthds.R'
'mthd_characterize.R'
'mthd_depict.R'
'mthd_exhibit.R'
'mthd_manufacture.R'
'mthd_ratify.R'
'mthd_renew.R'
'mthd_renewSlot.R'
'pkg_youthvars.R'
'youthvars-package.R'
Remotes:
ready4-dev/ready4show,
ready4-dev/ready4use