-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
export(basic_theme)
export(combine_param_best_fits_stats)
export(combine_param_ple_stats)
export(compute_aic)
export(compute_aicc)
export(compute_bic)
export(compute_cl_objval)
export(compute_fratio_threshold)
export(compute_sampled_ple_stats)
export(gen_stats_table)
export(histogramplot)
export(kurtosis)
export(leftCI)
export(normalise_vec)
export(objval_vs_iters_analysis)
export(parameter_density_analysis)
export(parameter_pca_analysis)
export(pca_theme)
export(pe_ds_preproc)
export(plot_comb_sims)
export(plot_combined_tc)
export(plot_double_param_scan_data)
export(plot_fits)
export(plot_heatmap_tc)
export(plot_objval_vs_iters)
export(plot_parameter_density)
export(plot_raw_dataset)
export(plot_repeated_tc)
export(plot_sampled_2d_ple)
export(plot_sampled_ple)
export(plot_sep_sims)
export(plot_single_param_scan_data)
export(plot_single_param_scan_data_homogen)
export(rightCI)
export(sampled_2d_ple_analysis)
export(sampled_ple_analysis)
export(sbpiper_pe)
export(sbpiper_ps1)
export(sbpiper_ps2)
export(sbpiper_sim)
export(scatterplot)
export(scatterplot_log10)
export(scatterplot_ple)
export(scatterplot_w_colour)
export(skewness)
export(summarise_data)
export(tc_theme)
import(Hmisc)
import(ggplot2)
importFrom(colorRamps,matlab.like)
importFrom(stats,density)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)