-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.78 KB
/
DESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.78 KB
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
Package: svyTable1
Title: Create Survey-Weighted Descriptive Statistics and Diagnostic Tables
Version: 0.14.1
Authors@R: c(person("Ehsan", "Karim",
email = "ehsan.karim@gmail.com",
role = c("aut", "cre")),
person("Esteban", "Valencia",
comment = "Provided feedback on generalizing the svydiag function, tested installation issues and fixed a bug regarding effective sample size calculation.",
role = "ctb"),
person("Kevin", "Hu",
role = "ctb",
comment = "Reported a scoping bug in the svycoxph_CE function regarding survey design objects created via pipes."))
Description: A tool to create publication-ready tables from complex
survey data, including descriptive summaries and multi-panel
interaction reports. It also provides a suite of functions to
evaluate survey-weighted regression models and survey-weighted
survival plots, including coefficient diagnostics,
goodness-of-fit tests, design-correct AUC calculations,
proportional hazards assumption testing, and visualization
of interaction effects.
License: MIT + file LICENSE
URL: https://ehsanx.github.io/svyTable1, https://github.com/ehsanx/svyTable1
BugReports: https://github.com/ehsanx/svyTable1/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports:
dplyr,
emmeans,
ggplot2,
kableExtra,
knitr,
magrittr,
mice,
msm,
patchwork,
Publish,
purrr,
rlang,
rmarkdown,
rstudioapi,
scales,
stats,
stringr,
survival,
survey,
tibble,
tidyr,
utils,
WeightedROC,
broom
Suggests:
NHANES,
mitools,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 3.5)
LazyData: true