-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
62 lines (61 loc) · 1.44 KB
/
NAMESPACE
File metadata and controls
62 lines (61 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
S3method(NMA_run,nma)
S3method(NMA_update,nma)
S3method(plotNetwork,default)
S3method(plotNetwork,nma)
S3method(write_data_to_file,nma)
export(.onLoad)
export(NMA_run)
export(NMA_update)
export(bugs_stats)
export(diagnostic_plots)
export(load_input_data)
export(make_bugs_filename)
export(make_report)
export(my_bugs_summary)
export(new_NMA)
export(new_NMA_dir)
export(new_nma_output_dir)
export(nma)
export(pairwiseTable)
export(plotNetwork)
export(plots_and_tables)
export(prep_bin_data)
export(prep_codeData)
export(prep_conts_data)
export(prep_count_data)
export(rankProbPlot)
export(save_bugs_files)
export(setupData)
export(summStat)
export(txEffectPlot)
export(validate_nma)
export(write_data_to_file)
export(write_results_table)
import(dplyr)
import(fs)
importFrom(R2OpenBUGS,bugs)
importFrom(R2WinBUGS,bugs)
importFrom(R2jags,jags)
importFrom(Rdpack,reprompt)
importFrom(coda,as.mcmc.list)
importFrom(coda,autocorr.plot)
importFrom(coda,densplot)
importFrom(coda,gelman.plot)
importFrom(coda,traceplot)
importFrom(coda,varnames)
importFrom(ellipsis,check_dots_unnamed)
importFrom(fs,file_copy)
importFrom(fs,path)
importFrom(glue,glue)
importFrom(gplots,balloonplot)
importFrom(here,here)
importFrom(plyr,ddply)
importFrom(purrr,map)
importFrom(purrr,map_if)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(sna,gplot)
importFrom(sqldf,sqldf)
importFrom(withr,with_options)
importFrom(yaml,write_yaml)