-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
42 lines (41 loc) · 1 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
# Generated by roxygen2: do not edit by hand
S3method(cohens_d,data.frame)
S3method(cohens_d,default)
S3method(cohens_d,formula)
S3method(cohens_d,htest)
S3method(t_test,default)
S3method(t_test,formula)
export(anova_apa)
export(apa)
export(chisq_apa)
export(cohens_d)
export(cohens_d_)
export(cor_apa)
export(petasq)
export(petasq_)
export(t_apa)
export(t_test)
importFrom(MBESS,conf.limits.nct)
importFrom(dplyr,bind_rows)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_at)
importFrom(dplyr,rowwise)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(purrr,as_vector)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(rmarkdown,render)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,terms)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)