-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
61 lines (60 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
S3method(BIC,edina)
S3method(DIC,edina)
S3method(PPP,edina)
S3method(as_q_matrix,data.frame)
S3method(as_q_matrix,default)
S3method(as_q_matrix,matrix)
S3method(autoplot,auto_edina)
S3method(best_model,auto_edina)
S3method(best_model,default)
S3method(extract_q_matrix,default)
S3method(extract_q_matrix,edina)
S3method(extract_q_matrix,q_matrix)
S3method(model_selection_graph,auto_edina)
S3method(model_selection_graph,default)
S3method(parameter_evolution_graph,auto_edina)
S3method(parameter_evolution_graph,default)
S3method(print,auto_edina)
S3method(print,edina)
S3method(print,q_matrix)
S3method(print,summary_auto_edina)
S3method(print,summary_edina)
S3method(q_graph,auto_edina)
S3method(q_graph,edina)
S3method(q_graph,matrix)
S3method(q_graph,q_matrix)
S3method(summary,auto_edina)
S3method(summary,edina)
export(DIC)
export(PPP)
export(as_q_matrix)
export(auto_edina)
export(autoplot)
export(best_model)
export(edina)
export(extract_q_matrix)
export(model_selection_graph)
export(parameter_evolution_graph)
export(q_graph)
export(q_matrix)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(jjb,is_whole)
importFrom(reshape2,melt)
importFrom(stats,BIC)
importFrom(stats,reshape)
useDynLib(edina, .registration = TRUE)