-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
59 lines (59 loc) · 2.1 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
Package: arsenal
Title: An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Version: 3.6.4.0000
Date: 2024-05-15
Authors@R: c(
person("Ethan", "Heinzen", email = "heinzen.ethan@mayo.edu", role = c("aut", "cre")),
person("Jason", "Sinnwell", role="aut"),
person("Elizabeth", "Atkinson", role="aut"),
person("Tina", "Gunderson", role="aut"),
person("Gregory", "Dougherty", role="aut"),
person("Patrick", "Votruba", role="ctb"),
person("Ryan", "Lennon", role="ctb"),
person("Andrew", "Hanson", role="ctb"),
person("Krista", "Goergen", role="ctb"),
person("Emily", "Lundt", role="ctb"),
person("Brendan", "Broderick", role="ctb"),
person("Maddie", "McCullough", role="art")
)
Description: An Arsenal of 'R' functions for large-scale statistical summaries,
which are streamlined to work within the latest reporting tools in 'R' and
'RStudio' and which use formulas and versatile summary statistics for summary
tables and models. The primary functions include tableby(), a Table-1-like
summary of multiple variable types 'by' the levels of one or more categorical
variables; paired(), a Table-1-like summary of multiple variable types paired across
two time points; modelsum(), which performs simple model fits on one or more endpoints
for many variables (univariate or adjusted for covariates);
freqlist(), a powerful frequency table across many categorical variables;
comparedf(), a function for comparing data.frames; and
write2(), a function to output tables to a document.
Suggests:
broom (>= 0.7.1),
magrittr,
rmarkdown,
testthat,
xtable,
pander,
survival (>= 2.43-1),
coin,
pROC,
MASS,
splines,
rpart,
yaml,
stddiff,
geepack
Depends:
R (>= 3.4.0),
stats (>= 3.4.0)
Imports:
knitr (>= 1.29),
utils (>= 3.4.0),
glue
URL: https://github.com/mayoverse/arsenal, https://cran.r-project.org/package=arsenal, https://mayoverse.github.io/arsenal/
BugReports: https://github.com/mayoverse/arsenal/issues
VignetteBuilder: knitr
License: GPL (>= 2)
RoxygenNote: 7.1.1
LazyData: true
Encoding: UTF-8