@@ -11,15 +11,17 @@ home:
1111 links :
1212 - text : Roadmap
1313 href : https://github.com/orgs/canmod/projects/2
14- - text : Project history and trajectory
14+ - text : Presentation slides
1515 href : https://canmod.net/misc/pyRC
1616reference :
1717- title : Specifications
1818
1919- subtitle : Create Model Specifications
2020 desc : >
2121 Functions for creating new model specification objects, which describe
22- dynamical models with special support for compartmental models.
22+ dynamical models with special support for compartmental modelling. The
23+ `vignette("quickstart")` article describes how these functions are used
24+ in context.
2325 contents :
2426 - mp_tmb_model_spec
2527 - mp_per_capita_flow
@@ -28,10 +30,11 @@ reference:
2830- subtitle : Find Model Specifications
2931 desc : >
3032 Functions for finding, copying, and loading existing model
31- specification objects from model libraries.
33+ specification objects from model libraries. The `vignette("example_models")`
34+ article describes how these functions are used in context.
3235 contents :
33- - mp_show_models
3436 - mp_tmb_library
37+ - mp_show_models
3538 - mp_model_starter
3639
3740- subtitle : Transform Model Specifications
@@ -44,7 +47,7 @@ reference:
4447 - mp_euler
4548 - mp_expand
4649
47- - subtitle : Explore Model Specifications
50+ - subtitle : Unpack Model Specifications
4851 desc : >
4952 Functions that extract or print information contained within
5053 model specifications.
@@ -65,13 +68,14 @@ reference:
6568 - mp_simulator
6669
6770- subtitle : Generate Simulations
68- desc : Functions that generate simulations from a simulator object.
71+ desc : >
72+ Functions that generate simulations from a simulator object.
6973 contents :
7074 - mp_trajectory
7175 - mp_initial
7276 - mp_final
7377
74- - subtitle : Explore Model Simulators
78+ - subtitle : Unpack Model Simulators
7579 desc : >
7680 Functions that extract or print information contained within
7781 model simulators.
@@ -106,26 +110,34 @@ reference:
106110 version of that specification.
107111 contents :
108112 - mp_optimize
113+ - mp_optimizer_output
109114
110- - subtitle : Explore Model Calibrators and Calibrations
111- desc : >
112- Functions that extract or print information contained within
113- model calibrators .
115+ - subtitle : Generate Calibrated Simulations and Parameters
116+ desc : >
117+ Functions that generate simulations and tables of fitted parameters
118+ from a calibator object .
114119 contents :
115120 - mp_trajectory
116121 - mp_tmb_coef
117- - mp_tmb
118- - mp_optimizer_output
119122 - mp_effects_descr
120123 - mp_tmb_fixef_cov
121124 - mp_tmbstan_coef
122125
126+ - subtitle : Generate Fitted Parameter Tables
127+
128+ - subtitle : Unpack Model Calibrators and Calibrations
129+ desc : >
130+ Functions that extract or print information contained within
131+ model calibrators.
132+ contents :
133+ - mp_tmb
134+
123135- title : Utilities
124136
125137- subtitle : Lightweight Simulation
126138 desc : >
127- Simple functions for simulation without simulators , so that the
128- `?engine_functions` can be explored.
139+ Simple functions for simulation without simulator objects , so that the
140+ `?engine_functions` can be explored in isolation from compartmental models .
129141 contents :
130142 - engine_eval
131143 - simple_sims
@@ -135,9 +147,9 @@ reference:
135147 Utilities for constructing matrices, vectors, and lists for
136148 use with `macpan2`.
137149 contents :
150+ - nlist
138151 - empty_matrix
139152 - mp_zero_vector
140- - nlist
141153 - rbf
142154 - mp_binary_operator
143155
0 commit comments