-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
54 lines (54 loc) · 2.03 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
Package: DescrTab2
Type: Package
Title: Publication Quality Descriptive Statistics Tables
Version: 2.1.26
Date: 2024-01-30
Authors@R: c(person("Jan", "Meis", role = c("aut", "cre"), email="[email protected]", comment = c(ORCID = "0000-0001-5407-7220")),
person("Lukas", "Baumann", role = c("aut"), comment = c(ORCID = "0000-0001-7931-7470")),
person("Maximilian", "Pilz", role = c("aut"), comment = c(ORCID = "0000-0002-9685-1613")),
person("Lukas", "Sauer", role = c("aut"), comment= c(ORCID = "0000-0002-1340-9994")))
Description: Provides functions to create descriptive statistics tables for continuous and categorical variables.
By default, summary statistics such as mean, standard deviation, quantiles, minimum and maximum for continuous
variables and relative and absolute frequencies for categorical variables are calculated. 'DescrTab2' features a sophisticated algorithm to
choose appropriate test statistics for your data and provides p-values. On top of this, confidence intervals for group
differences of appropriated summary measures are automatically produces for two-group comparison.
Tables generated by 'DescrTab2' can be integrated in a variety of document formats, including .html, .tex and .docx documents.
'DescrTab2' also allows printing tables to console and saving table objects for later use.
Depends:
R (>= 4.0.0)
Suggests:
testthat,
covr,
here,
shiny,
Exact
Imports:
stats,
utils,
nlme,
exact2x2,
DescTools,
dplyr,
rlang,
tibble,
stringr,
forcats,
magrittr,
scales,
cli,
kableExtra,
flextable (>= 0.6.6),
officer,
knitr,
rmarkdown,
haven,
Hmisc
VignetteBuilder: knitr
License: GPL (>=3)
Copyright: This package contains codes copyrighted by third parites. See file COPYRIGHTS for details.
LazyLoad: true
Encoding: UTF-8
URL: https://imbi-heidelberg.github.io/DescrTab2/
BugReports: https://github.com/imbi-heidelberg/DescrTab2/issues
Config/testthat/edition: 3
RoxygenNote: 7.2.3