Description Usage Arguments Value See Also
View source: R/estimate_boosted_rt.R
cv_rt()
computes the reproduction number for each sample in the results
of
cv_linelist_decomposition()
.
1 | cv_rt(.data, .ref, .t, serial_interval_mean, serial_interval_sd, half_trend)
|
.data |
The cross-validation results from |
.ref |
Reference Rt |
.t |
The quoted name of a date column corresponding to the observations
in |
serial_interval_mean |
The average number of days between infection of a primary case and a secondary case |
serial_interval_sd |
The standard deviation of the number of days between infection of a primary case and a secondary case |
half_trend |
The portion of the trend conditional on future data |
A list of tibbles with Rt estimates and associated errors
Other internal:
bind_boosted_rt()
,
boost_rt()
,
reduce_rt_error()
,
summarize_rt_error()
,
validate_rt()
,
weight_rt_error()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.