Description Usage Arguments Value
View source: R/01_time_varying_functions.R
make_period
defines a time chunk for a generic time varying parameter.
Includes some required arguments, but also allows additional arguments.
1 | make_period(functional_form, time_start, time_stop, val_start, val_end, ...)
|
functional_form |
Character string of "linear", "constant", or "general_logit". |
time_start |
Numeric time period start (in days). |
time_stop |
Numeric time period end (in days). |
val_start |
Starting value for time varying parameter at |
val_end |
Ending value for time varying parameter at |
... |
Further arguments to be passed to. |
A list with parameters initialized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.