-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
executable file
·140 lines (139 loc) · 5.13 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Generated by roxygen2: do not edit by hand
S3method("[",SBC_datasets)
S3method("[",SBC_results)
S3method(SBC_backend_default_thin_ranks,default)
S3method(SBC_backend_hash_for_cache,SBC_backend_brms)
S3method(SBC_backend_hash_for_cache,SBC_backend_cmdstan_sample)
S3method(SBC_backend_hash_for_cache,SBC_backend_cmdstan_variational)
S3method(SBC_backend_hash_for_cache,SBC_backend_rjags)
S3method(SBC_backend_hash_for_cache,SBC_backend_rstan_optimizing)
S3method(SBC_backend_hash_for_cache,SBC_backend_rstan_sample)
S3method(SBC_backend_hash_for_cache,default)
S3method(SBC_backend_iid_draws,SBC_backend_cmdstan_variational)
S3method(SBC_backend_iid_draws,SBC_backend_mock_rng)
S3method(SBC_backend_iid_draws,SBC_backend_rstan_optimizing)
S3method(SBC_backend_iid_draws,default)
S3method(SBC_fit,SBC_backend_brms)
S3method(SBC_fit,SBC_backend_cmdstan_sample)
S3method(SBC_fit,SBC_backend_cmdstan_variational)
S3method(SBC_fit,SBC_backend_mock)
S3method(SBC_fit,SBC_backend_mock_rng)
S3method(SBC_fit,SBC_backend_rjags)
S3method(SBC_fit,SBC_backend_rstan_optimizing)
S3method(SBC_fit,SBC_backend_rstan_sample)
S3method(SBC_fit_to_diagnostics,CmdStanMCMC)
S3method(SBC_fit_to_diagnostics,CmdStanVB)
S3method(SBC_fit_to_diagnostics,RStanOptimizingFit)
S3method(SBC_fit_to_diagnostics,brmsfit)
S3method(SBC_fit_to_diagnostics,default)
S3method(SBC_fit_to_diagnostics,stanfit)
S3method(SBC_fit_to_draws_matrix,CmdStanMCMC)
S3method(SBC_fit_to_draws_matrix,CmdStanVB)
S3method(SBC_fit_to_draws_matrix,RStanOptimizingFit)
S3method(SBC_fit_to_draws_matrix,SBC_rjags_fit)
S3method(SBC_fit_to_draws_matrix,brmsfit)
S3method(SBC_fit_to_draws_matrix,default)
S3method(brms_response_sequence,bform)
S3method(brms_response_sequence,brmsfit)
S3method(brms_response_sequence,brmsterms)
S3method(brms_response_sequence,btl)
S3method(brms_response_sequence,mvbrmsterms)
S3method(check_all_SBC_diagnostics,SBC_results)
S3method(check_all_SBC_diagnostics,default)
S3method(data_for_ecdf_plots,SBC_results)
S3method(data_for_ecdf_plots,data.frame)
S3method(data_for_ecdf_plots,matrix)
S3method(generate_datasets,SBC_generator_brms)
S3method(generate_datasets,SBC_generator_custom)
S3method(generate_datasets,SBC_generator_function)
S3method(get_diagnostic_messages,SBC_ADVI_diagnostics)
S3method(get_diagnostic_messages,SBC_ADVI_diagnostics_summary)
S3method(get_diagnostic_messages,SBC_RStanOptimizing_diagnostics)
S3method(get_diagnostic_messages,SBC_RStanOptimizing_diagnostics_summary)
S3method(get_diagnostic_messages,SBC_nuts_diagnostics_summary)
S3method(get_diagnostic_messages,SBC_results)
S3method(get_diagnostic_messages,SBC_results_summary)
S3method(get_diagnostic_messages,default)
S3method(length,SBC_datasets)
S3method(length,SBC_results)
S3method(plot_contraction,SBC_results)
S3method(plot_contraction,data.frame)
S3method(plot_coverage,SBC_results)
S3method(plot_coverage,data.frame)
S3method(plot_coverage_diff,SBC_results)
S3method(plot_coverage_diff,data.frame)
S3method(plot_rank_hist,SBC_results)
S3method(plot_rank_hist,data.frame)
S3method(plot_sim_estimated,SBC_results)
S3method(plot_sim_estimated,data.frame)
S3method(print,SBC_diagnostic_messages)
S3method(print,SBC_nuts_diagnostics_summary)
S3method(print,SBC_results_summary)
S3method(summary,SBC_ADVI_diagnostics)
S3method(summary,SBC_RStanOptimizing_diagnostics)
S3method(summary,SBC_nuts_diagnostics)
S3method(summary,SBC_results)
export(SBC_backend_brms)
export(SBC_backend_brms_from_generator)
export(SBC_backend_cmdstan_sample)
export(SBC_backend_cmdstan_variational)
export(SBC_backend_default_thin_ranks)
export(SBC_backend_hash_for_cache)
export(SBC_backend_iid_draws)
export(SBC_backend_mock)
export(SBC_backend_mock_rng)
export(SBC_backend_rjags)
export(SBC_backend_rstan_optimizing)
export(SBC_backend_rstan_sample)
export(SBC_datasets)
export(SBC_diagnostic_messages)
export(SBC_example_backend)
export(SBC_example_generator)
export(SBC_example_results)
export(SBC_fit)
export(SBC_fit_to_diagnostics)
export(SBC_fit_to_draws_matrix)
export(SBC_generator_brms)
export(SBC_generator_custom)
export(SBC_generator_function)
export(SBC_print_example_model)
export(SBC_results)
export(SBC_statistics_from_single_fit)
export(bind_datasets)
export(bind_derived_quantities)
export(bind_generated_quantities)
export(bind_results)
export(calculate_prior_sd)
export(calculate_ranks_draws_matrix)
export(calculate_sds_draws_matrix)
export(check_all_SBC_diagnostics)
export(combine_all_variables)
export(combine_array_elements)
export(compute_SBC)
export(compute_dquants)
export(compute_gen_quants)
export(compute_results)
export(data_for_ecdf_plots)
export(default_chunk_size)
export(default_cores_per_fit)
export(derived_quantities)
export(draws_rvars_to_standata)
export(draws_rvars_to_standata_single)
export(empirical_coverage)
export(generate_datasets)
export(generated_quantities)
export(get_diagnostic_messages)
export(plot_contraction)
export(plot_coverage)
export(plot_coverage_diff)
export(plot_ecdf)
export(plot_ecdf_diff)
export(plot_rank_hist)
export(plot_sim_estimated)
export(recompute_SBC_statistics)
export(recompute_statistics)
export(validate_SBC_datasets)
export(validate_SBC_results)
export(validate_derived_quantities)
export(validate_generated_quantities)
import(ggplot2)