-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 943 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
# Generated by roxygen2: do not edit by hand
S3method("+",correlation)
S3method("+",default)
S3method(as_correlation,default)
S3method(as_formula,correlation)
S3method(as_formula,default)
S3method(coerce_numeric,character)
S3method(coerce_numeric,default)
S3method(correlation,correlation)
S3method(correlation,default)
S3method(cronbachs_alpha,data.frame)
S3method(cronbachs_alpha,default)
S3method(factor_analysis,data.frame)
S3method(factor_analysis,default)
S3method(print,correlation)
S3method(print,tidy_model)
export("%>%")
export("%~~%")
export("+")
export(as_correlation)
export(as_formula)
export(as_tbl)
export(coerce_numeric)
export(correlation)
export(cronbachs_alpha)
export(eigenvalues)
export(factor_analysis)
export(is_correlation)
export(model_data)
export(model_env)
export(model_formula)
export(model_vars)
export(parallel_analysis)
export(tbl_frame)
export(tidy_summary)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")