forked from ACCLAB/dabestr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 998 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(cliffs_delta,dabest)
S3method(cohens_d,dabest)
S3method(hedges_g,dabest)
S3method(mean_diff,dabest)
S3method(median_diff,dabest)
S3method(plot,dabest_effsize)
S3method(print,dabest)
S3method(print,dabest_effsize)
export(cliffs_delta)
export(cohens_d)
export(dabest)
export(hedges_g)
export(mean_diff)
export(median_diff)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_name)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringr,str_interp)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,head)