-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
53 lines (52 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export(AIC)
export(AICc)
export(BIC)
export(crit_log_cwss)
export(crit_log_cwss_corr)
export(crit_ols)
export(crit_wls)
export(estim_param)
export(filter_obs)
export(likelihood_log_ciidn)
export(likelihood_log_ciidn_corr)
export(plot_estimVSinit)
export(plot_valuesVSit)
export(plot_valuesVSit_2D)
export(test_wrapper)
importFrom(BayesianTools,MAP)
importFrom(BayesianTools,applySettingsDefault)
importFrom(BayesianTools,correlationPlot)
importFrom(BayesianTools,createBayesianSetup)
importFrom(BayesianTools,createUniformPrior)
importFrom(BayesianTools,gelmanDiagnostics)
importFrom(BayesianTools,getSample)
importFrom(BayesianTools,marginalPlot)
importFrom(BayesianTools,runMCMC)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_gradient2)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_size_binned)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(purrr,modify)
importFrom(rlang,.data)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,write.table)