-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(summaryh,anova)
S3method(summaryh,aov)
S3method(summaryh,glm)
S3method(summaryh,glmerMod)
S3method(summaryh,htest)
S3method(summaryh,lm)
S3method(summaryh,lme)
S3method(summaryh,lmerMod)
S3method(summaryh,lmerModLmerTest)
S3method(summaryh,lmerTest)
S3method(summaryh,merModLmerTest)
S3method(summaryh,meta_fixed)
S3method(summaryh,meta_random)
S3method(summaryh,rma.uni)
export(demean)
export(es)
export(ezddm)
export(fit_ezddm)
export(logit)
export(logit_inverse)
export(outliersZ)
export(outliers_mad)
export(sca_lm)
export(seWithin)
export(stderror)
export(summaryh)
export(zscore)
import(data.table)
import(effectsize)
import(tibble)
importFrom(combinat,permn)
importFrom(compute.es,chies)
importFrom(data.table,setDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_if)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(effectsize,cohens_f)
importFrom(stats,as.formula)
importFrom(stats,lm)
importFrom(stats,sd)