-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 1010 Bytes
/
NAMESPACE
File metadata and controls
51 lines (50 loc) · 1010 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,CD)
S3method(plot,EFA_AVERAGE)
S3method(plot,EKC)
S3method(plot,HULL)
S3method(plot,KGC)
S3method(plot,PARALLEL)
S3method(plot,SCREE)
S3method(print,BARTLETT)
S3method(print,CD)
S3method(print,COMPARE)
S3method(print,EFA)
S3method(print,EFA_AVERAGE)
S3method(print,EKC)
S3method(print,HULL)
S3method(print,KGC)
S3method(print,KMO)
S3method(print,LOADINGS)
S3method(print,MAP)
S3method(print,NEST)
S3method(print,N_FACTORS)
S3method(print,OMEGA)
S3method(print,PARALLEL)
S3method(print,SCREE)
S3method(print,SL)
S3method(print,SLLOADINGS)
S3method(print,SMT)
export("%>%")
export(BARTLETT)
export(CD)
export(COMPARE)
export(EFA)
export(EFA_AVERAGE)
export(EKC)
export(FACTOR_SCORES)
export(HULL)
export(KGC)
export(KMO)
export(MAP)
export(NEST)
export(N_FACTORS)
export(OMEGA)
export(PARALLEL)
export(SCREE)
export(SL)
export(SMT)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
useDynLib(EFAtools, .registration = TRUE)