-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
38 lines (37 loc) · 976 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(b_bootstrap)
export(b_color)
export(b_linear)
export(b_prior)
export(b_reaction_time)
export(b_success_rate)
export(b_ttest)
export(mcmc_hdi)
exportClasses(b_prior)
exportMethods(compare_distributions)
exportMethods(compare_means)
exportMethods(get_parameters)
exportMethods(get_prior_id)
exportMethods(get_subject_parameters)
exportMethods(plot)
exportMethods(plot_distributions)
exportMethods(plot_distributions_difference)
exportMethods(plot_distributions_hsv)
exportMethods(plot_fit)
exportMethods(plot_fit_hsv)
exportMethods(plot_hsv)
exportMethods(plot_means)
exportMethods(plot_means_difference)
exportMethods(plot_means_hsv)
exportMethods(plot_trace)
exportMethods(show)
exportMethods(summary)
import(Rcpp)
import(dplyr)
import(ggplot2)
import(methods)
import(rstan)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(rstan,sampling)
importFrom(rstantools,rstan_config)
useDynLib(bayes4psy, .registration = TRUE)