-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 910 Bytes
/
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
Package: DescrTab
Type: Package
Title: Creates a table with descriptive statistics
Version: 1.0
Date: 2017-11-10
Author: person("Lorenz", "Uhlmann", role = c("aut", "cre")), person("Csilla",
"van Lunteren", role = c("aut", "cre")), person("Jan", "Meis",
role = c("aut"))
Maintainer: Lorenz Uhlmann <uhlmann@imbi.uni-heidelberg.de>
Description: The packages creates descriptive statistics such as mean, standard
deviation or relative and absolute frequencies grouped by a factor and also
provides p-values obtained from testint for differences between the groups.
Depends:
R (>= 3.5.0)
Suggests:
testthat,
covr,
knitr
Imports:
xtable,
nlme,
flextable,
officer,
lme4,
SparseM,
MatrixModels,
car,
tools,
Exact,
stringr,
DescTools
VignetteBuilder: knitr
License: GPL
LazyLoad: true
LazyData: true
RoxygenNote: 7.1.0
Encoding: UTF-8