forked from ghurault/EczemaPred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
54 lines (54 loc) · 1013 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
49
50
51
52
53
54
reference:
- title: "Available models"
- subtitle: "Main models"
- contents:
- BinRW
- OrderedRW
- BinMC
- subtitle: "Reference models"
- contents:
- MC
- RW
- Smoothing
- AR1
- MixedAR1
- title: "Fitting models"
- contents:
- EczemaModel
- EczemaFit
- sample_prior
- title: "Manipulating models"
- contents:
- list_parameters
- default_prior
- validate_prior
- print_prior
- print_distribution
- print.EczemaModel
- prepare_standata
- add_prior
- replace_prior
- get_index
- make_empty_data
- title: "Plotting models"
- contents:
- plot_ppc
- plot_latent_OrderedRW
- plot_transition_MC
- title: "Validation"
desc: "Utility functions for validating models"
- contents:
- forward_chaining
- extract_metric
- add_metrics
- add_predictions
- add_uniform_pred
- add_historical_pred
- title: "Miscellaneous"
- contents:
- get_compiled_model
- generate_missing
- extract_parameters
- extract_simulations
- samples_to_list
- EczemaPred-package