-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
65 lines (65 loc) · 1.49 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
54
55
56
57
58
59
60
61
62
63
64
65
destination: docs
title: brokenstick
url: https://growthcharts.org/brokenstick/
template:
bootstrap: 5
params:
bootswatch: lumen
authors:
Stef van Buuren:
href: https://stefvanbuuren.name
reference:
- title: "Main user functions"
desc: >
Functions to fit, predict and visualise the broken stick model.
contents:
- brokenstick
- coef.brokenstick
- fitted.brokenstick
- plot.brokenstick
- predict.brokenstick
- print.brokenstick
- residuals.brokenstick
- summary.brokenstick
- title: "Helper functions"
desc: >
Functions to set algorithmic options for model fitting or to extract
components of the fitted object.
contents:
- control_kr
- get_knots
- get_omega
- get_r2
- parse_formula
- title: "Numerical functions"
desc: >
Functions that perform the necessary calculations for the broken stick
model. Not designed to be called directly.
contents:
- EB
- kr
- make_basis
- plot_trajectory
- set_control
- title: "Class documentation"
desc: >
Package-level documentation.
contents:
- brokenstick-class
- brokenstick-pkg
- title: "Data objects"
desc: >
Documentation for built-in data objects
contents:
- smocc_200
- fit_200
- fit_200_light
- weightloss
articles:
- title: Main verbs
navbar: ~
contents:
- mainfunctions
- manual/manual
- perfectmodel
- oldfriends