Description Usage Arguments Note Examples
produce an MCMC-based EpiEstim Rt estimate on the 29-day series
1 | est_Rt(aout)
|
aout |
instance of 'Arima_sars2pack' S3 class |
Simply uses the tsfull and dates29 components to call EpiEstim::estimate_R
1 2 3 4 5 6 7 | nyd = nytimes_state_data()
ny = Arima_by_state(nyd, state.in="New York")
ee = est_Rt(ny)
od = options()$digits
options(digits=3)
tail(ee$R)
options(digits=od)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.