forked from FBartos/RoBTT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 859 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 859 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,RoBTT)
S3method(print,RoBTT)
S3method(print,summary.RoBTT)
S3method(summary,RoBTT)
S3method(update,RoBTT)
export(RoBTT)
export(RoBTT.get_option)
export(RoBTT.options)
export(check_RoBTT)
export(check_setup)
export(diagnostics)
export(diagnostics_autocorrelation)
export(diagnostics_density)
export(diagnostics_trace)
export(interpret)
export(is.RoBTT)
export(prior)
export(prior_none)
export(rho2logsdr)
export(set_control)
export(set_convergence_checks)
import(Rcpp)
import(rstantools)
importFrom(BayesTools,is.prior)
importFrom(BayesTools,is.prior.none)
importFrom(BayesTools,is.prior.point)
importFrom(BayesTools,is.prior.simple)
importFrom(RcppParallel,CxxFlags)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(Rdpack,reprompt)
importFrom(methods,new)
useDynLib(RoBTT,.registration = TRUE)