-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.54 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
Package: autostats
Type: Package
Title: Auto Stats
Version: 0.4.1
Authors@R:
person(given = "Harrison",
family = "Tietze",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Harrison Tietze <[email protected]>
Description: Automatically do statistical exploration. Create formulas using 'tidyselect' syntax, and then determine cross-validated model accuracy and variable contributions using 'glm' and 'xgboost'. Contains additional helper functions to create and modify formulas. Has a flagship function to quickly determine relationships between categorical and continuous variables in the data set.
Encoding: UTF-8
Imports:
dplyr,
stringr,
tidyselect,
purrr,
janitor,
tibble,
rlang,
stats,
rlist,
broom,
magrittr,
ggeasy,
ggplot2,
jtools,
gtools,
ggthemes,
patchwork,
tidyr,
xgboost,
parsnip,
recipes,
rsample,
tune,
workflows,
framecleaner,
presenter,
yardstick,
dials,
party,
data.table,
nnet,
recosystem,
Ckmeans.1d.dp,
broom.mixed,
igraph
RoxygenNote: 7.3.1
URL: https://harrison4192.github.io/autostats/, https://github.com/Harrison4192/autostats
BugReports: https://github.com/Harrison4192/autostats/issues
Suggests:
knitr,
rmarkdown,
forcats,
parallel,
doParallel,
hardhat,
flextable,
glmnet,
ggstance,
Matrix,
BBmisc,
readr,
lubridate,
ranger,
XICOR
VignetteBuilder: knitr
License: MIT + file LICENSE