-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
36 lines (30 loc) · 944 Bytes
/
_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
url: ~
template:
bootstrap: 5
reference:
- title: Model estimation
desc: Functions for estimating the Bayesian Mallows model.
contents:
- has_concept("modeling")
- has_concept("diagnostics")
- title: Preparing model estimation
desc: Functions to run prior to fitting a model.
contents:
- has_concept("preprocessing")
- title: Posterior quantities
desc: Functions for studying posterior distributions of model parameters.
contents:
- has_concept("posterior quantities")
- title: Rank functions
desc: Various functions for sampling ranks and working with ranks.
contents:
- has_concept("rank functions")
- title: Partition functions
desc: Tools related to computing or estimating the partition function of the
Mallows model with various distances.
contents:
- has_concept("partition function")
- title: Datasets
desc: Example datasets included in the package.
contents:
- has_concept("datasets")