forked from vincentarelbundock/modelsummary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.41 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
Type: Package
Package: modelsummary
Title: Summary Tables and Plots for Statistical Models and Data: Beautiful,
Customizable, and Publication-Ready
Description: Create beautiful and customizable tables to summarize several
statistical models side-by-side. Draw coefficient plots, multi-level
cross-tabs, dataset summaries, balance tables (a.k.a. "Table 1s"), and
correlation matrices. This package supports dozens of statistical models,
and it can produce tables in HTML, LaTeX, Word, Markdown, PDF, PowerPoint,
Excel, RTF, JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or
'knitr' dynamic documents.
Version: 0.6.3
Authors@R: person("Vincent", "Arel-Bundock",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2042-7063"))
URL: https://vincentarelbundock.github.io/modelsummary/
BugReports: https://github.com/vincentarelbundock/modelsummary/issues/
Depends:
R (>= 3.4.0)
Imports:
broom,
checkmate,
dplyr (>= 1.0.0),
generics,
kableExtra (>= 1.2.1),
tables,
tidyr (>= 1.0.0)
Suggests:
broom.mixed,
estimatr,
fixest,
flextable,
ggplot2,
gt,
huxtable,
knitr,
lfe,
lmtest,
nnet,
officer,
rmarkdown,
sandwich,
testthat,
tibble,
vdiffr
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1