-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
81 lines (80 loc) · 1.83 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
73
74
75
76
77
78
79
80
81
# Generated by roxygen2: do not edit by hand
export(ahp)
export(ahpClass)
export(ahpsurvey)
export(ahpsurveyClass)
export(concordance)
export(concordanceClass)
export(cor)
export(corClass)
export(gtheory)
export(gtheoryClass)
export(multilevel)
export(multilevelClass)
export(partial)
export(partialClass)
export(rank)
export(rankClass)
export(rater)
export(raterClass)
export(rmc)
export(rmcClass)
import(ShinyItemAnalysis)
import(ahpsurvey)
import(boot)
import(correlation)
import(easyAHP)
import(ggdendro)
import(ggplot2)
import(irr)
import(jmvcore)
import(lattice)
import(lpSolve)
import(psych)
import(qgraph)
import(rmcorr)
importFrom(R6,R6Class)
importFrom(ShinyItemAnalysis,plot_corr)
importFrom(ahpsurvey,ahp)
importFrom(ahpsurvey,ahp.aggjudge)
importFrom(ahpsurvey,ahp.aggpref)
importFrom(ahpsurvey,ahp.cr)
importFrom(ahpsurvey,ahp.indpref)
importFrom(ahpsurvey,ahp.mat)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(correlation,correlation)
importFrom(corrplot,corrplot)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(easyAHP,easyAHP)
importFrom(ggdendro,ggdendrogram)
importFrom(gtheory,dstudy)
importFrom(gtheory,gstudy)
importFrom(irr,agree)
importFrom(irr,icc)
importFrom(irr,kappam.fleiss)
importFrom(irr,kappam.light)
importFrom(irr,kendall)
importFrom(irr,kripp.alpha)
importFrom(jmvcore,toB64)
importFrom(lme4,lmer)
importFrom(magrittr,"%>%")
importFrom(multilevel,ICC1)
importFrom(multilevel,ICC2)
importFrom(psy,icc)
importFrom(psych,corr.test)
importFrom(psych,partial.r)
importFrom(psych,polychoric)
importFrom(psych,tetrachoric)
importFrom(qgraph,EBICglasso)
importFrom(qgraph,centralityPlot)
importFrom(qgraph,cor_auto)
importFrom(qgraph,qgraph)
importFrom(rmcorr,rmcorr)
importFrom(stats,ccf)
importFrom(stats,cor)
importFrom(stats,hclust)
importFrom(stringr,str_interp)
importFrom(tidyr,gather)