-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
S3method(plot_posteriors,stanBF_turn)
S3method(posterior_pred,stanBF_turn)
S3method(print,stanBF)
S3method(prior_pred,stanBF_turn)
S3method(samples,stanBF_turn)
export(available_models)
export(compute_BF_Stan)
export(fun_estimate_Dirichlet_from_samples)
export(fun_estimate_Dirichlet_from_single_source)
export(is.stanBF)
export(label_parse)
export(plot_posteriors)
export(posterior_pred)
export(prior_pred)
export(samples)
export(stanBF_elicit_hyperpriors)
export(stanBF_prepare_rsamplestudy_data)
import(Rcpp)
import(dplyr)
import(ggplot2)
import(methods)
import(rstantools)
import(tidyr)
importFrom(MASS,fitdistr)
importFrom(assertthat,assert_that)
importFrom(bridgesampling,bf)
importFrom(bridgesampling,bridge_sampler)
importFrom(dplyr,group_by_at)
importFrom(dplyr,group_nest)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rstan,sampling)
importFrom(stats,cov)
importFrom(stringr,str_replace_all)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)
importFrom(tidyselect,all_of)
importFrom(tidyselect,matches)
importFrom(utils,modifyList)
useDynLib(rstanBF, .registration = TRUE)