-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.47 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(add_brackets)
export(by_2sd)
export(dwplot)
export(relabel_predictors)
export(relabel_y_axis)
export(secret_weapon)
export(small_multiple)
import(ggplot2)
import(gtable)
import(patchwork)
import(performance)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,one_of)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,where)
importFrom(ggstance,GeomLinerangeh)
importFrom(ggstance,geom_pointrangeh)
importFrom(ggstance,position_dodgev)
importFrom(grid,gpar)
importFrom(grid,linesGrob)
importFrom(grid,textGrob)
importFrom(grid,unit.pmax)
importFrom(gridExtra,tableGrob)
importFrom(gridExtra,ttheme_default)
importFrom(parameters,parameters)
importFrom(parameters,standardize_names)
importFrom(purrr,list_c)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(rlang,exprs)
importFrom(stats,dnorm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,nobs)
importFrom(stats,qnorm)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,globalVariables)
importFrom(utils,modifyList)