-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
30 lines (30 loc) · 854 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
reference:
- title: "Preparing the data"
desc: "Functions for preparing a `btdata` object"
contents:
- codes_to_counts
- btdata
- summary.btdata
- select_components
- title: "Fitting the Bradley-Terry model"
desc: "Function to create a `btfit` object"
contents:
- btfit
- title: "Functions taking a `btfit` object"
desc: "Functions and methods for a `btfit` object"
contents:
- summary.btfit
- coef.btfit
- vcov.btfit
- fitted.btfit
- btprob
- simulate.btfit
- title: "Simulating from the Bradley-Terry model"
desc: "Functions to simulate from the Bradley-Terry model"
contents:
- simulate_BT
- title: "Datasets"
desc: "Toy datasets for demonstrating the BradleyTerryScalable workflow"
contents:
- citations
- toy_data