-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
57 lines (56 loc) · 2.01 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
# Generated by roxygen2: do not edit by hand
S3method(create_priorsense_data,CmdStanFit)
S3method(create_priorsense_data,default)
S3method(create_priorsense_data,draws)
S3method(create_priorsense_data,stanfit)
S3method(find_alpha_threshold,default)
S3method(find_alpha_threshold,priorsense_data)
S3method(log_lik_draws,CmdStanFit)
S3method(log_lik_draws,draws)
S3method(log_lik_draws,stanfit)
S3method(log_prior_draws,CmdStanFit)
S3method(log_prior_draws,draws)
S3method(log_prior_draws,stanfit)
S3method(posterior::summarise_draws,powerscaled_draws)
S3method(posterior::summarise_draws,powerscaled_sequence)
S3method(powerscale,default)
S3method(powerscale,priorsense_data)
S3method(powerscale_gradients,default)
S3method(powerscale_gradients,priorsense_data)
S3method(powerscale_plot_dens,default)
S3method(powerscale_plot_dens,powerscaled_sequence)
S3method(powerscale_plot_ecdf,default)
S3method(powerscale_plot_ecdf,powerscaled_sequence)
S3method(powerscale_plot_quantities,default)
S3method(powerscale_plot_quantities,powerscaled_sequence)
S3method(powerscale_sensitivity,CmdStanFit)
S3method(powerscale_sensitivity,default)
S3method(powerscale_sensitivity,priorsense_data)
S3method(powerscale_sensitivity,stanfit)
S3method(powerscale_sequence,default)
S3method(powerscale_sequence,priorsense_data)
S3method(print,powerscaled_draws)
S3method(print,powerscaled_draws_summary)
S3method(print,powerscaled_sensitivity_summary)
S3method(print,powerscaled_sequence)
S3method(print,powerscaling_details)
S3method(print,whitened_draws)
S3method(print,whitened_draws_summary)
S3method(summarise_draws,whitened_draws)
export(cjs_dist)
export(create_priorsense_data)
export(example_powerscale_model)
export(log_lik_draws)
export(log_prior_draws)
export(powerscale)
export(powerscale_derivative)
export(powerscale_gradients)
export(powerscale_plot_dens)
export(powerscale_plot_ecdf)
export(powerscale_plot_quantities)
export(powerscale_sensitivity)
export(powerscale_sequence)
export(predictions_as_draws)
import(methods)
import(posterior)
importFrom(rlang,.data)