-
Notifications
You must be signed in to change notification settings - Fork 41
/
DESCRIPTION
46 lines (46 loc) · 1.45 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
Package: tableone
Type: Package
Title: Create 'Table 1' to Describe Baseline Characteristics with or without Propensity Score Weights
Version: 0.13.2
Date: 2022-04-15
Authors@R: c(
# http://r-pkgs.had.co.nz/description.html#author
person('Kazuki', 'Yoshida', email = '[email protected]', role = c('cre','aut'), comment = c(ORCID = '0000-0002-2030-3549')),
person('Alexander', 'Bartel', role = c('ctb','aut'), comment = c(ORCID = '0000-0002-1280-6138')),
person('Jonathan', 'J Chipman', role = 'ctb'),
person('Justin', 'Bohn', role = 'ctb'),
person('Lucy', 'DAgostino McGowan', role = 'ctb'),
person('Malcolm', 'Barrett', role = 'ctb'),
person('Rune', 'Haubo B Christensen', role = 'ctb'),
person('gbouzill', role = 'ctb')
)
Maintainer: Kazuki Yoshida <[email protected]>
Description: Creates 'Table 1', i.e., description of baseline patient
characteristics, which is essential in every medical research.
Supports both continuous and categorical variables, as well as
p-values and standardized mean differences. Weighted data are
supported via the 'survey' package.
License: GPL-2
Imports:
survey,
MASS,
e1071,
zoo,
gmodels,
nlme,
labelled
Suggests:
survival,
testthat,
Matrix,
Matching,
reshape2,
ggplot2,
knitr,
geepack,
lme4,
lmerTest,
rmarkdown
URL: https://github.com/kaz-yos/tableone
VignetteBuilder: knitr
RoxygenNote: 7.1.2