-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
71 lines (70 loc) · 1.91 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
69
70
71
# Generated by roxygen2: do not edit by hand
S3method(apply_relabelling,bmoe_fit)
S3method(autoplot,bmoe_fit)
S3method(bmoe,bmoe_sim)
S3method(bmoe,formula)
S3method(bmoe_array,array)
S3method(bmoe_array,mcarray)
S3method(extract_draws,bmoe_fit)
S3method(extract_draws,bmoe_simstudy)
S3method(format,bmoe_fit)
S3method(predict,bmoe_fit)
S3method(print,bmoe_array)
S3method(print,bmoe_fit)
S3method(softmax,default)
S3method(softmax,matrix)
S3method(softmax,numeric)
S3method(tidy,bmoe_array)
export(.set_bmoe_render_options)
export(apply_relabelling)
export(autoplot)
export(bmoe)
export(bmoe_array)
export(bmoe_inits)
export(bmoe_jags_n)
export(bmoe_prior)
export(boys_henderson_2002)
export(calculate_component_samples)
export(calculate_log_lik)
export(calculate_pointwise_log_lik)
export(calculate_posterior_y_mean)
export(calculate_posterior_y_sd)
export(calculate_x_regr)
export(component_allocation_visualisation)
export(example_bmoe_fit)
export(example_label_switching_bmoe)
export(example_simulate_bmoe)
export(extract_allocated_y_posterior_mean)
export(extract_allocated_y_posterior_sd)
export(extract_allocation_probs)
export(extract_allocation_samples)
export(extract_componentwise_pointwise_log_lik)
export(extract_draws)
export(extract_log_lik)
export(extract_pointwise_log_lik)
export(extract_x_regr)
export(extract_x_wt)
export(extract_y)
export(extract_y_posterior_mean)
export(extract_y_posterior_sd)
export(get_names_from_bmoe_fit)
export(mcmc_layer)
export(pmap_bmoe_array)
export(printer_tabset)
export(render_bmoe_fit)
export(s3_register)
export(simulate_bmoe)
export(simulate_multilogit)
export(softmax)
export(subset_bmoe)
export(sweep_ref_vals)
export(table_permutations)
export(tidy)
export(visualise_allocation_data)
export(visualise_allocations_with_response_data)
export(visualise_response_data)
importFrom(generics,tidy)
importFrom(ggplot2,autoplot)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,.env)