-
Notifications
You must be signed in to change notification settings - Fork 40
/
NAMESPACE
60 lines (59 loc) · 2.05 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,bayesian_first_aid)
S3method(as.matrix,bayesian_first_aid)
S3method(bayes.cor.test,default)
S3method(bayes.cor.test,formula)
S3method(bayes.t.test,default)
S3method(bayes.t.test,formula)
S3method(diagnostics,bayes_binom_test)
S3method(diagnostics,bayes_cor_test)
S3method(diagnostics,bayes_one_sample_poisson_test)
S3method(diagnostics,bayes_one_sample_t_test)
S3method(diagnostics,bayes_paired_t_test)
S3method(diagnostics,bayes_prop_test)
S3method(diagnostics,bayes_two_sample_poisson_test)
S3method(diagnostics,bayes_two_sample_t_test)
S3method(model.code,bayes_binom_test)
S3method(model.code,bayes_cor_test)
S3method(model.code,bayes_one_sample_poisson_test)
S3method(model.code,bayes_one_sample_t_test)
S3method(model.code,bayes_paired_t_test)
S3method(model.code,bayes_prop_test)
S3method(model.code,bayes_two_sample_poisson_test)
S3method(model.code,bayes_two_sample_t_test)
S3method(plot,bayes_binom_test)
S3method(plot,bayes_cor_test)
S3method(plot,bayes_one_sample_poisson_test)
S3method(plot,bayes_one_sample_t_test)
S3method(plot,bayes_paired_t_test)
S3method(plot,bayes_prop_test)
S3method(plot,bayes_two_sample_poisson_test)
S3method(plot,bayes_two_sample_t_test)
S3method(print,bayes_binom_test)
S3method(print,bayes_cor_test)
S3method(print,bayes_one_sample_poisson_test)
S3method(print,bayes_one_sample_t_test)
S3method(print,bayes_paired_t_test)
S3method(print,bayes_prop_test)
S3method(print,bayes_two_sample_poisson_test)
S3method(print,bayes_two_sample_t_test)
S3method(summary,bayes_binom_test)
S3method(summary,bayes_cor_test)
S3method(summary,bayes_one_sample_poisson_test)
S3method(summary,bayes_one_sample_t_test)
S3method(summary,bayes_paired_t_test)
S3method(summary,bayes_prop_test)
S3method(summary,bayes_two_sample_poisson_test)
S3method(summary,bayes_two_sample_t_test)
export(bayes.binom.test)
export(bayes.cor.test)
export(bayes.poisson.test)
export(bayes.prop.test)
export(bayes.t.test)
export(diagnostics)
export(model.code)
import(MASS)
import(cluster)
import(coda)
import(rjags)
import(stringr)