-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
85 lines (76 loc) · 1.54 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
url: https://blue-matter.github.io/MARS/
template:
bootstrap: 5
bootswatch: spacelab
navbar:
components:
articles:
text: Topics
menu:
- text: Introduction
href: articles/introduction.html
- text: Model equations
href: articles/equations.html
reference:
- title: internal
contents:
- Dmodel-class
- Dstock-class
- Dfishery-class
- Dsurvey-class
- DCKMR-class
- Dtag-class
- Dlabel-class
- plot-MARS-state
- plot-MARS-data
- title: Data
desc: S4 objects for data setup.
contents:
- MARSdata-class
- title: Model setup
desc: Prepare the data and parameters, then run the model.
contents:
- check_data
- make_parameters
- prior
- fit_MARS
- MARSassess-class
- title: Model evaluation
desc: Evaluate model fit and run diagnostics.
contents:
- profile
- report
- residuals.MARSassess
- retrospective
- simulate
- title: Population dynamics
desc: Functions used in the population model.
contents:
- calc_F
- calc_POP
- calc_index
- calc_nextN
- calc_phi_project
- calc_phi_simple
- calc_population
- calc_recruitment
- conv_mov
- conv_selpar
- calc_eqdist
- title: Likelihood and prior functions
desc: Calculate the log-likelihood or log-prior density functions from data and estimated parameters.
contents:
- like_comp
- like_CKMR
- title: Miscellaneous
desc: Other useful functions.
contents:
- calc_LAK
- calc_growth
- CondExpLt
- conv_Sigma
- get_MARSdata
- get_sdreport
- optimize_RTMB
- posfun
- softmax