-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
71 lines (70 loc) · 2.04 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
# Generated by roxygen2: do not edit by hand
S3method(compare_conditions,default)
S3method(compare_conditions,opafit)
S3method(compare_groups,default)
S3method(compare_groups,opafit)
S3method(compare_hypotheses,default)
S3method(compare_hypotheses,opafit)
S3method(correct_pairs,default)
S3method(correct_pairs,opafit)
S3method(cval_plot,default)
S3method(cval_plot,opafit)
S3method(group_cvals,default)
S3method(group_cvals,opafit)
S3method(group_cvals,pairwiseopafit)
S3method(group_pccs,default)
S3method(group_pccs,opafit)
S3method(group_pccs,pairwiseopafit)
S3method(group_results,default)
S3method(group_results,opafit)
S3method(incorrect_pairs,default)
S3method(incorrect_pairs,opafit)
S3method(individual_cvals,default)
S3method(individual_cvals,opafit)
S3method(individual_pccs,default)
S3method(individual_pccs,opafit)
S3method(individual_results,default)
S3method(individual_results,opafit)
S3method(pcc_plot,default)
S3method(pcc_plot,opafit)
S3method(plot,opaGroupComparison)
S3method(plot,opaHypothesisComparison)
S3method(plot,opafit)
S3method(plot,opahypothesis)
S3method(plot,oparandpccs)
S3method(print,opaGroupComparison)
S3method(print,opaHypothesisComparison)
S3method(print,opafit)
S3method(print,opahypothesis)
S3method(print,pairwiseopafit)
S3method(random_pccs,default)
S3method(random_pccs,opafit)
S3method(summary,opaGroupComparison)
S3method(summary,opaHypothesisComparison)
S3method(summary,opafit)
export(compare_conditions)
export(compare_groups)
export(compare_hypotheses)
export(correct_pairs)
export(cval_plot)
export(group_cvals)
export(group_pccs)
export(group_results)
export(hypothesis)
export(incorrect_pairs)
export(individual_cvals)
export(individual_pccs)
export(individual_results)
export(opa)
export(pcc_plot)
export(random_pccs)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,palette)
importFrom(lattice,densityplot)
importFrom(lattice,dotplot)
importFrom(lattice,panel.abline)
importFrom(lattice,panel.densityplot)
importFrom(lattice,panel.dotplot)
importFrom(lattice,xyplot)
importFrom(stats,na.omit)
useDynLib(opa, .registration = TRUE)