View source: R/covid19_rollingEstimates.R
| mrollingRates | R Documentation | 
function to compute a rolling fn (rate) of multiple quantities from TS data, eg. fatality and recovery rate
mrollingRates(data = NULL, geo.loc = NULL, fn = mean, period)
data | 
 time series dataset to consider  | 
geo.loc | 
 country/region to analyze  | 
fn | 
 function to compute rolling  | 
period | 
 length of window  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.