-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
S3method(plot,ab)
S3method(print,ab)
S3method(print,summary.ab)
S3method(summary,ab)
export(ab_test)
export(dprior)
export(elicit_prior)
export(get_bf)
export(get_post_prob)
export(get_post_samples)
export(get_prior_prob)
export(plot_posterior)
export(plot_prior)
export(plot_robustness)
export(plot_sequential)
export(pprior)
export(prob_wheel)
export(qprior)
export(simulate_priors)
importFrom(Matrix,nearPD)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,contour)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(plotrix,floating.pie)
importFrom(qgam,log1pexp)
importFrom(stats,dbeta)
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,integrate)
importFrom(stats,median)
importFrom(stats,nlminb)
importFrom(stats,pbeta)
importFrom(stats,plnorm)
importFrom(stats,pnorm)
importFrom(stats,qbeta)
importFrom(stats,qlnorm)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(truncnorm,dtruncnorm)
importFrom(truncnorm,ptruncnorm)
importFrom(truncnorm,qtruncnorm)
importFrom(truncnorm,rtruncnorm)
useDynLib(abtest)