-
Notifications
You must be signed in to change notification settings - Fork 16
/
_pkgdown.yml
104 lines (103 loc) · 2.06 KB
/
_pkgdown.yml
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
url: http://merliseclyde.github.io/BAS/
development:
mode: auto
template:
bootstrap: 5
bootswatch: cosmo
docsearch:
api_key: 94a8229a313e5475acdeffd26558ce98
index_name: bas
authors:
Merlise Clyde:
href: http://stat.duke.edu/~clyde
navbar:
title: "BAS"
left:
- text: "Vignettes"
href: articles/index.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-twitter
href: https://twitter.com/merliseclyde
- icon: fa-github
href: https://github.com/merliseclyde/BAS
reference:
- title: "model fitting"
desc: Functions associated with inference and selection
for Bayesian Linear and Generalized Linear Models
contents:
- '`bas.glm`'
- '`bas.lm`'
- '`bayesglm.fit`'
- '`coef.bas`'
- '`confint.coef.bas`'
- '`confint.pred.bas`'
- '`cv.summary.bas`'
- '`diagnostics`'
- '`eplogprob`'
- '`eplogprob.marg`'
- '`fitted.bas`'
- '`force.heredity.bas`'
- '`image.bas`'
- '`plot.bas`'
- '`plot.coef.bas`'
- '`plot.confint.bas`'
- '`predict.bas`'
- '`predict.basglm`'
- '`print.bas`'
- '`summary.bas`'
- '`update.bas`'
- '`variable.names`'
- title: "coefficient priors"
desc: ~
contents:
- '`beta.prime`'
- '`CCH`'
- '`EB.global`'
- '`EB.local`'
- '`g.prior`'
- '`hyper.g`'
- '`hyper.g.n`'
- '`IC.prior`'
- '`intrinsic`'
- '`Jeffreys`'
- '`robust`'
- '`tCCH`'
- '`TG`'
- '`testBF.prior`'
- title: "model priors"
desc: ~
contents:
- '`Bernoulli`'
- '`Bernoulli.heredity`'
- '`beta.binomial`'
- '`tr.beta.binomial`'
- '`tr.poisson`'
- '`tr.power.prior`'
- '`uniform`'
- title: "special functions"
desc: ~
contents:
- '`hypergeometric1F1`'
- '`hypergeometric2F1`'
- '`phi1`'
- title: "utility functions"
desc: ~
contents:
- '`Bayes.outlier`'
- '`list2matrix.bas`'
- '`list2matrix.which`'
- '`which.matrix`'
- title: "data sets"
desc: ~
contents:
- '`Hald`'
- '`bodyfat`'
- '`protein`'
- title: "all functions"
desc: ~
contents:
- starts_with("*")