make_model_cml_linear: Split dataset in a list of data frames Create a cumulative...

View source: R/models.R

make_model_cml_linearR Documentation

Split dataset in a list of data frames Create a cumulative sum Filter to a time frame defined by time_unit_extent Model data for each country using a linear regression of the cumulative count

Description

Split dataset in a list of data frames Create a cumulative sum Filter to a time frame defined by time_unit_extent Model data for each country using a linear regression of the cumulative count

Usage

make_model_cml_linear(
  series,
  df = dfc_ecdc,
  time_unit_extent = 12,
  min_sum = 100
)

epicentre-msf/covid19 documentation built on April 5, 2023, 10:24 p.m.