-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
48 lines (41 loc) · 1012 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
37
38
39
40
41
42
43
44
45
46
47
48
url: https://lcbc-uio.github.io/galamm/
template:
bootstrap: 5
articles:
- title: Get started
navbar: ~
contents:
- galamm
- lmm_factor
- glmm_factor
- lmm_heteroscedastic
- latent_observed_interaction
- mixed_response
- semiparametric
- title: Advanced topics
navbar: Advanced topics
contents:
- scaling
- optimization
reference:
- title: Modeling
desc: Fit a generalized additive latent and mixed model.
contents:
- has_concept("modeling functions")
- galamm-package
- title: High-level model output
desc: Functions for summarising the result of model fits.
contents:
- has_concept("summary functions")
- title: Model details
desc: Detailed information on specific parts of model fits.
contents:
- has_concept("details of model fit")
- title: Datasets
desc: Simulated and real example datasets.
contents:
- has_concept("datasets")
- title: Optimization
desc: Functions to aid in optimization.
contents:
- has_concept("optimization functions")