-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
68 lines (67 loc) · 1.67 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
66
67
68
# Generated by roxygen2: do not edit by hand
export(calmr_model_graph)
export(calmr_model_plot)
export(calmr_verbosity)
export(compare_models)
export(fit_model)
export(get_design)
export(get_graph_opts)
export(get_model)
export(get_optimizer_opts)
export(get_parameters)
export(get_plot_opts)
export(get_timings)
export(make_experiment)
export(model_outputs)
export(model_parameters)
export(parse_design)
export(patch_graphs)
export(patch_plots)
export(phase_parser)
export(plot_common_scale)
export(plot_targetted_complex_trials)
export(plot_targetted_tbins)
export(plot_targetted_trials)
export(plot_targetted_typed_trials)
export(plot_tbins)
export(plot_trials)
export(rsa)
export(run_experiment)
export(set_calmr_palette)
export(set_reward_parameters)
export(supported_families)
export(supported_models)
export(supported_optimizers)
export(supported_plots)
export(supported_timed_models)
exportClasses(CalmrDesign)
exportClasses(CalmrExperiment)
exportClasses(CalmrExperimentResult)
exportClasses(CalmrFit)
exportClasses(CalmrRSA)
exportClasses(CalmrResult)
exportMethods("experiences<-")
exportMethods("parameters<-")
exportMethods("timings<-")
exportMethods(AIC)
exportMethods(BIC)
exportMethods(NLL)
exportMethods(aggregate)
exportMethods(design)
exportMethods(experiences)
exportMethods(graph)
exportMethods(length)
exportMethods(mapping)
exportMethods(parameters)
exportMethods(parse)
exportMethods(parsed_results)
exportMethods(plot)
exportMethods(predict)
exportMethods(raw_results)
exportMethods(results)
exportMethods(show)
exportMethods(test)
exportMethods(timings)
exportMethods(trials)
import(data.table)
importFrom(rlang,.data)