-
Notifications
You must be signed in to change notification settings - Fork 42
/
DESCRIPTION
executable file
·81 lines (81 loc) · 2.08 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: texreg
Version: 1.39.4
Date: 2024-07-23
Title: Conversion of R Regression Output to LaTeX or HTML Tables
Authors@R: c(person(given = "Philip", family = "Leifeld", email = "philip.leifeld@manchester.ac.uk", role = c("aut", "cre")),
person(given = "Claudia", family = "Zucca", email = "c.zucca@jads.nl", role = "ctb"))
Description: Converts coefficients, standard errors, significance stars, and goodness-of-fit statistics of statistical models into LaTeX tables or HTML tables/MS Word documents or to nicely formatted screen output for the R console for easy model comparison. A list of several models can be combined in a single table. The output is highly customizable. New model types can be easily implemented. Details can be found in Leifeld (2013), JStatSoft <doi:10.18637/jss.v055.i08>.)
URL: https://github.com/leifeld/texreg/
BugReports: https://github.com/leifeld/texreg/issues/
Suggests:
broom (>= 0.4.2),
coda (>= 0.19.2),
ggplot2 (>= 3.1.0),
huxtable (>= 4.2.0),
knitr (>= 1.22),
rmarkdown (>= 1.12.3),
sandwich (>= 2.3-1),
systemfit (>= 1.1-0),
testthat (>= 2.0.0),
lmtest (>= 0.9-34)
Depends: R (>= 3.5)
Imports: methods, stats, httr
Enhances:
AER,
alpaca,
betareg,
Bergm,
bife,
biglm,
brglm,
brms (>= 2.8.8),
btergm (>= 1.10.10),
dynlm,
eha (>= 2.9.0),
ergm (>= 4.1.2),
feisr (>= 1.0.1),
fGarch,
fixest (>= 0.10.5),
forecast,
gamlss,
gamlss.inf,
gee,
glmmTMB,
gmm,
gnm,
h2o,
latentnet,
lfe,
lme4 (>= 1.1.34),
logitr (>= 0.8.0),
lqmm,
maxLik (>= 1.4.8),
metaSEM (>= 1.2.5.1),
mfx,
mhurdle,
miceadds,
mlogit,
MuMIn,
nlme,
nnet,
oglmx,
ordinal,
pglm,
plm (>= 2.4.1),
relevent,
remify (>= 3.2.6),
remstats (>= 3.2.2),
remstimate (>= 2.3.11),
rms,
robust,
simex,
spatialreg (>= 1.2.1),
spdep (>= 1.2.2),
speedglm,
survival,
truncreg (>= 0.2.5),
VGAM
SystemRequirements: pandoc (>= 1.12.3) suggested for using wordreg function; LaTeX packages tikz, booktabs, dcolumn, rotating, thumbpdf, longtable, paralist for the vignette
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1