Flavio Finger

Results 9 issues of Flavio Finger

It would be great to be able to move the Output Area into a separate window (e.g. to make use of a second screen). Thanks for this great package anyway!

enhancement :star2:
help wanted

The way the exponential growth rate is estimated here currently (in `fit()`) is to use a log-linear model (linear model similar to `lm(log(incidence) ~ date)`. For the log to work...

We should work on a standardized interface for subnational data, i.e. a wrapper function that takes `country` as an argument and calls the respective function. Linked to standardizing the data...

enhancement
help wanted

## Description A function for each country that accesses public data sources and makes the data accessible in R. Good examples in this package: https://github.com/epiforecasts/NCoVUtils for a number of countries....

enhancement
medium_complexity
high_priority

Make apple mobility data available from R. https://www.apple.com/covid19/mobility It's already a CSV, so very easy to wrap it. Want to include this in your package @nacnudus? Or in NCoVUtils @seabbs?

enhancement
new_package
low_complexity
medium_priority

NCoVUtils is a package to access a number of national and international data sources in a consistent way. Cross-posting their Issues page here, help needed updating outdated data sources, adding...

enhancement
medium_complexity
high_priority

To apply asmodee to a number of separate timeseries in a grouped dataset so far the dataset first has to be converted to a grouped incidence object. It would be...

This package conveniently handles week to date and date to week conversions with varying definitions of the first day in each week. In epidemiology we are also confronted with varying...