-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
52 lines (52 loc) · 1.27 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
Package: autoReg
Type: Package
Title: Automatic Linear and Logistic Regression and Survival Analysis
Version: 0.3.4
Authors@R: person("Keon-Woong","Moon", email="[email protected]",
role=c("aut", "cre"))
URL: https://github.com/cardiomoon/autoReg,
https://cardiomoon.github.io/autoReg/
BugReports: https://github.com/cardiomoon/autoReg/issues
Description: Make summary tables for descriptive statistics and select explanatory variables
automatically in various regression models. Support linear models, generalized linear
models and cox-proportional hazard models. Generate publication-ready tables summarizing
result of regression analysis and plots. The tables and plots can be exported in "HTML",
"pdf('LaTex')", "docx('MS Word')" and "pptx('MS Powerpoint')" documents.
License: GPL-3
LazyData: true
Encoding: UTF-8
Imports:
moonBook(>= 0.3.0),
nortest,
dplyr,
crayon,
stringr,
tidyr,
purrr,
survival,
mice,
officer,
flextable,
rlang,
patchwork,
ggplot2,
boot,
broom,
tidycmprsk,
scales,
maxstat,
pammtools
Suggests:
knitr,
finalfit,
lme4,
TH.data,
rmarkdown,
survminer,
asaur,
cmprsk,
PairedData
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Depends:
R (>= 2.10)