-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
NAMESPACE
72 lines (71 loc) · 2.08 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,easycorrelation)
S3method(as.list,easycorrelation)
S3method(as.matrix,easycorrelation)
S3method(as.table,easycorrelation)
S3method(cor_lower,easycorrelation)
S3method(cor_smooth,easycorrelation)
S3method(cor_smooth,matrix)
S3method(cor_sort,easycormatrix)
S3method(cor_sort,easycorrelation)
S3method(cor_sort,matrix)
S3method(cor_to_pcor,easycormatrix)
S3method(cor_to_pcor,easycorrelation)
S3method(cor_to_pcor,matrix)
S3method(display,easycormatrix)
S3method(display,easycorrelation)
S3method(format,easycormatrix)
S3method(format,easycorrelation)
S3method(is.positive_definite,easycorrelation)
S3method(is.positive_definite,matrix)
S3method(pcor_to_cor,easycormatrix)
S3method(pcor_to_cor,easycorrelation)
S3method(pcor_to_cor,matrix)
S3method(plot,easycor_test)
S3method(plot,easycormatrix)
S3method(plot,easycorrelation)
S3method(print,easycormatrix)
S3method(print,easycorrelation)
S3method(print,easymatrixlist)
S3method(print,grouped_easymatrixlist)
S3method(print_html,easycormatrix)
S3method(print_html,easycorrelation)
S3method(print_md,easycormatrix)
S3method(print_md,easycorrelation)
S3method(standardize_names,easycorrelation)
S3method(summary,easycorrelation)
S3method(visualisation_recipe,easycor_test)
S3method(visualisation_recipe,easycormatrix)
S3method(visualisation_recipe,easycorrelation)
export(cor_lower)
export(cor_smooth)
export(cor_sort)
export(cor_test)
export(cor_text)
export(cor_to_ci)
export(cor_to_cov)
export(cor_to_p)
export(cor_to_pcor)
export(cor_to_spcor)
export(cormatrix_to_excel)
export(correlation)
export(display)
export(distance_mahalanobis)
export(is.cor)
export(is.positive_definite)
export(isSquare)
export(is_positive_definite)
export(matrix_inverse)
export(pcor_to_cor)
export(print_html)
export(print_md)
export(simulate_simpson)
export(standardize_names)
export(visualisation_recipe)
export(z_fisher)
importFrom(bayestestR,simulate_simpson)
importFrom(datawizard,visualisation_recipe)
importFrom(insight,display)
importFrom(insight,print_html)
importFrom(insight,print_md)
importFrom(insight,standardize_names)