-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yaml
More file actions
46 lines (42 loc) · 1.24 KB
/
_pkgdown.yaml
File metadata and controls
46 lines (42 loc) · 1.24 KB
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
template:
params:
bootswatch: cerulean
development:
mode: auto
repo:
url:
home: https://github.com/phcanalytics/ecmeta
source: https://github.com/phcanalytics/ecmeta/blob/master/
issue: https://github.com/phcanalytics/ecmeta/issues/
user: https://github.com
reference:
- title: "Datasets of reference studies"
contents:
- loghr_data
- as_loghr_data
- title: "Model estimation with reference studies"
contents:
- ecmeta
- priors
- summary.ecmeta_jags
- summary.ecmeta_ml
- title: "Prediction for new study"
contents:
- predict.ecmeta
- summary.ecmeta_prediction
- title: "Bayesian model diagnostics"
desc: >
Helper functions that facilitate visualization of model diagnostics
with the `bayesplot` package. The `as.array()` methods in particular allows
`ecmeta` and `ecmeta` prediction objects to be passed directly to any
`bayesplot` function in which the first arguemnt accepts an object
with an `as.array()` method. See for instance `bayesplot::mcmc_trace()`.
contents:
- as.array.ecmeta
navbar:
title: ecmeta
left:
- text: "Functions"
href: reference/index.html
- text: "User guide"
href: articles/guide.html