-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathNAMESPACE
41 lines (40 loc) · 967 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
41
# Generated by roxygen2: do not edit by hand
S3method(find_combinations,formula)
S3method(plot,psychobject)
S3method(print,psychobject)
S3method(summary,psychobject)
export(assess)
export(crawford.test)
export(crawford.test.freq)
export(crawford_dissociation.test)
export(dprime)
export(find_combinations)
export(find_matching_string)
export(find_season)
export(golden)
export(is.psychobject)
export(is.standardized)
export(mellenbergh.test)
export(percentile)
export(percentile_to_z)
export(power_analysis)
export(remove_empty_cols)
export(values)
import(dplyr)
import(ggplot2)
importFrom(scales,rescale)
importFrom(stats,approx)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,ecdf)
importFrom(stats,model.frame)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,rchisq)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,var)
importFrom(utils,combn)