-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
137 lines (136 loc) · 3.67 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Generated by roxygen2: do not edit by hand
S3method(AIC,bttree)
S3method(AIC,gnm)
S3method(anova,PlackettLuce)
S3method(compare,PlackettLuce)
S3method(compare,default)
S3method(deviance,bttree)
S3method(deviance,gnm)
S3method(deviance,pltree)
S3method(kendallTau,default)
S3method(kendallTau,grouped_rankings)
S3method(kendallTau,matrix)
S3method(kendallTau,paircomp)
S3method(kendallTau,rankings)
S3method(kendallW,default)
S3method(kendallW,pltree)
S3method(plot,pltree)
S3method(print,gosset_btpermute)
S3method(print,gosset_cv)
S3method(print,gosset_df)
S3method(pseudoR2,bttree)
S3method(pseudoR2,default)
S3method(pseudoR2,pltree)
S3method(regret,default)
S3method(regret,list)
S3method(regret,pltree)
S3method(reliability,PlackettLuce)
S3method(reliability,default)
S3method(reliability,pltree)
S3method(rowbind,default)
S3method(rowbind,list)
S3method(worth_map,default)
S3method(worth_map,list)
export(akaike_weights)
export(btpermute)
export(compare)
export(crossvalidation)
export(kendallTau)
export(kendallW)
export(likelihood_ratio)
export(node_labels)
export(node_rules)
export(pairwise_probs)
export(plot_logworth)
export(pseudoR2)
export(pseudo_rank)
export(rank_numeric)
export(rank_tricot)
export(regret)
export(reliability)
export(resample)
export(rowbind)
export(set_binomialfreq)
export(set_paircomp)
export(top_items)
export(worth_bar)
export(worth_map)
import(methods)
import(patchwork)
importFrom(BradleyTerry2,BTm)
importFrom(DescTools,KendallW)
importFrom(PlackettLuce,PlackettLuce)
importFrom(PlackettLuce,as.grouped_rankings)
importFrom(PlackettLuce,as.rankings)
importFrom(PlackettLuce,freq)
importFrom(PlackettLuce,group)
importFrom(ggparty,geom_edge)
importFrom(ggparty,geom_edge_label)
importFrom(ggparty,geom_node_label)
importFrom(ggparty,ggparty)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggrepel,geom_text_repel)
importFrom(methods,addNextMethod)
importFrom(methods,asMethodDefinition)
importFrom(methods,assignClassDef)
importFrom(partykit,breaks_split)
importFrom(partykit,data_party)
importFrom(partykit,id_node)
importFrom(partykit,index_split)
importFrom(partykit,kids_node)
importFrom(partykit,node_party)
importFrom(partykit,nodeids)
importFrom(partykit,partynode)
importFrom(partykit,predict.modelparty)
importFrom(partykit,right_split)
importFrom(partykit,split_node)
importFrom(partykit,varid_split)
importFrom(psychotools,btmodel)
importFrom(psychotools,estfun.btmodel)
importFrom(psychotools,itempar)
importFrom(psychotools,paircomp)
importFrom(qvcalc,qvcalc)
importFrom(qvcalc,qvcalc.itempar)
importFrom(stats,AIC)
importFrom(stats,anova)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,cor)
importFrom(stats,deviance)
importFrom(stats,formula)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,reorder)
importFrom(stats,rexp)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,symnum)
importFrom(stats,update)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,combn)