-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
_pkgdown.yml
53 lines (50 loc) · 1.59 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
url: https://easystats.github.io/modelbased/
template:
bootstrap: 5
package: easystatstemplate
reference:
- title: "Model-based Estimations"
contents:
- starts_with("estimate_")
- title: "Data grids and Visualisation"
contents:
- starts_with("visualisation_")
- title: "Miscellaenous"
contents:
- describe_nonlinear
- get_emmeans
- get_marginaleffects
- find_inversions
- zero_crossings
- smoothing
# Keep articles organized
navbar:
left:
- icon: fa fa-file-code
text: Reference
href: reference/index.html
- text: "Articles"
menu:
- text: "Overview of Vignettes"
href: articles/overview_of_vignettes.html
- text: "Data grids"
href: articles/visualisation_matrix.html
- text: "Marginal means"
href: articles/estimate_means.html
- text: "Contrast analysis"
href: articles/estimate_contrasts.html
- text: "Marginal effects and derivatives"
href: articles/estimate_slopes.html
- text: "Use a model to make predictions"
href: articles/estimate_response.html
- text: "Describe non-linear curves"
href: articles/describe_nonlinear.html
- text: "Interpret models using Effect Derivatives"
href: articles/derivatives.html
- text: "Estimate and re-use Random Effects"
href: articles/estimate_grouplevel.html
- text: "The modelisation approach"
href: articles/modelisation_approach.html
- icon: fa fa-newspaper
text: News
href: news/index.html