-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·78 lines (77 loc) · 1.78 KB
/
NAMESPACE
File metadata and controls
executable file
·78 lines (77 loc) · 1.78 KB
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
# Generated by roxygen2: do not edit by hand
export(bth_prior)
export(create_template)
export(get_fp_1o)
export(get_fp_1o_GoF)
export(get_fp_1o_HR)
export(get_fp_1o_S)
export(get_fp_2o)
export(get_fp_2o_GoF)
export(get_fp_2o_HR)
export(get_fp_2o_S)
export(get_fp_GoF)
export(get_fp_HR)
export(get_fp_S)
export(get_fp_comparison)
export(get_fp_contrasts)
export(get_fp_corrs)
export(get_fp_elements)
export(get_jags_info)
export(get_mtc_allVsNew)
export(get_mtc_newVsAll)
export(get_mtc_probBetter)
export(get_mtc_sum)
export(get_nw_fromto)
export(get_pw_segments)
export(get_pwe_GoF)
export(get_pwe_S)
export(get_pwe_comparison)
export(get_pwe_contrasts)
export(get_pwe_conv_diag)
export(get_pwe_elements)
export(get_segments)
export(groupedTTE_fp_pre_proc)
export(groupedTTE_pwe_pre_proc)
export(list_BUGS)
export(match_args_to_func)
export(mtc.prob.better.table)
export(nma_fit)
export(nma_pre_proc)
export(plan_binary)
export(plan_fp)
export(plan_hr)
export(plan_pwe)
export(plot_fp_HR)
export(plot_mtc_forest)
export(process_binary)
export(process_gsd)
export(process_hr)
export(pwe_Hu)
export(pwe_S)
import(dplyr)
importFrom(R2jags,jags)
importFrom(gemtc,mtc.model)
importFrom(gemtc,mtc.network)
importFrom(gemtc,mtc.run)
importFrom(gemtc,relative.effect)
importFrom(gemtc,relative.effect.table)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(network,network)
importFrom(purrr,"%||%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(stats,dt)
importFrom(stats,integrate)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(stats,stepfun)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(tidyr,spread)
importFrom(utils,combn)