subset_obs | R Documentation |
Subset observations data table for either modelled dates or not-modelled earlier dates.
subset_obs(ord_obs, max_delay, internal_timestep, reference_subset)
ord_obs |
The observations |
max_delay |
Whole number representing the maximum delay in units of the timestep. |
internal_timestep |
A numeric value representing the number of days in the timestep, e.g. 7 when the timesteps are weeks. |
reference_subset |
String giving a relational operator
to subset ord_obs by reference date; e.g. |
A data.frame
subset for the desired observations
Functions used for postprocessing of model fits
build_ord_obs()
,
enw_add_latest_obs_to_nowcast()
,
enw_nowcast_samples()
,
enw_nowcast_summary()
,
enw_posterior()
,
enw_pp_summary()
,
enw_quantiles_to_long()
,
enw_summarise_samples()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.