forked from kaz-yos/tableone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.56 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
Package: tableone
Type: Package
Title: Create 'Table 1' to Describe Baseline Characteristics
Version: 0.10.0
Date: 2019-02-16
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('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. See 'github' for a screen cast.
'tableone' was inspired by descriptive statistics functions in
'Deducer' , a Java-based GUI package by Ian Fellows. This package
does not require GUI or Java, and intended for command-line users.
License: GPL-2
Imports:
survey,
MASS,
e1071,
zoo,
gmodels,
nlme,
lmerTest,
labelled,
methods
Suggests:
survival,
testthat,
Matrix,
dummies,
Matching,
reshape2,
ggplot2,
knitr,
geepack,
lme4
URL: https://github.com/kaz-yos/tableone
VignetteBuilder: knitr
RoxygenNote: 6.1.1