-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
150 lines (149 loc) · 3.77 KB
/
NAMESPACE
File metadata and controls
150 lines (149 loc) · 3.77 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Generated by roxygen2: do not edit by hand
S3method(print,sensSpecTable)
export("%!in%")
export("%>%")
export("%notin%")
export("%|%")
export("%||%")
export(advancedraincloud)
export(bootstrapIDI)
export(calculate_auc)
export(calculate_nlr)
export(calculate_npv)
export(calculate_plr)
export(calculate_ppv)
export(calculate_sensitivity)
export(calculate_specificity)
export(clinicopath_startup_message)
export(hullplot)
export(is_in_range)
export(jjarcdiagram)
export(jjbarstats)
export(jjbetweenstats)
export(jjcorrmat)
export(jjdotplotstats)
export(jjhistostats)
export(jjpiestats)
export(jjridges)
export(jjscatterstats)
export(jjsegmentedtotalbar)
export(jjsegmentedtotalbarClass)
export(jjwithinstats)
export(jjwithinstatsClass)
export(jwaffle)
export(jwaffleClass)
export(linechart)
export(lollipop)
export(prop_to_percent)
export(raincloud)
export(raw_to_prob)
export(safe_divide)
export(statsplot2)
export(validateROCInputs)
import(RColorBrewer)
import(arcdiagram)
import(dplyr)
import(ggplot2)
import(ggridges)
import(ggstatsplot)
import(glue)
import(grDevices)
import(igraph)
import(jmvcore)
import(magrittr)
import(purrr)
import(rlang)
import(scales)
import(tidyr)
import(waffle)
importFrom(R6,R6Class)
importFrom(RColorBrewer,brewer.pal)
importFrom(digest,digest)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(effectsize,cohens_d)
importFrom(effectsize,eta_squared)
importFrom(effectsize,hedges_g)
importFrom(effectsize,omega_squared)
importFrom(ggdist,stat_dots)
importFrom(ggdist,stat_halfeye)
importFrom(ggforce,geom_mark_hull)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,position_fill)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_ellipse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_dark)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_minimal)
importFrom(ggpubr,ggboxplot)
importFrom(ggpubr,ggline)
importFrom(ggpubr,ggpaired)
importFrom(ggpubr,ggviolin)
importFrom(ggpubr,stat_compare_means)
importFrom(ggpubr,theme_pubr)
importFrom(ggrain,geom_rain)
importFrom(ggstatsplot,ggwithinstats)
importFrom(ggstatsplot,theme_ggstatsplot)
importFrom(glue,glue)
importFrom(grid,unit)
importFrom(htmltools,HTML)
importFrom(magrittr,"%>%")
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rstatix,t_test)
importFrom(rstatix,wilcox_test)
importFrom(scales,alpha)
importFrom(scales,hue_pal)
importFrom(scales,percent)
importFrom(stats,aov)
importFrom(stats,binomial)
importFrom(stats,chisq.test)
importFrom(stats,kruskal.test)
importFrom(stats,qbeta)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(stats,xtabs)
importFrom(stringr,str_to_title)
importFrom(tidyr,pivot_wider)
importFrom(utils,install.packages)
importFrom(utils,sessionInfo)
importFrom(utils,tail)
importFrom(viridis,viridis)