get_indicators: Compute the iconic indicators

Description Usage Arguments Value Examples

View source: R/get_indicators.R

Description

Compute the iconic indicators and return as dataframe

Usage

1
get_indicators(RawData)

Arguments

RawData

dataframe with data and 5 ordered variables, i.e.

  • the day t,

  • the cumulative confirmed cases up to the given day t,

  • the daily confirmed cases at day t,

  • the daily recovered ones at day t,

  • the daily deaths at day t.

Value

dataframe with variables:

Examples

1
indicators <- get_indicators(DemoPreTurningPointsCOVID19::COVID19_CN)

YuanchenZhu2020/DemoPreTurningPointsCOVID19 documentation built on Aug. 17, 2020, 12:24 a.m.