deltafunc: This function gives a rough estimation of of the death rate...

Description Usage Arguments Value Examples

View source: R/deltafunc.R

Description

This function gives a rough estimation of of the death rate delta and used to improve the estimation of delta.

Usage

1

Arguments

data

data of A (active confirmed), R(Recovered confirmed), D(Confirmed Deceased)

Value

a sequence of estimating values of delta

Examples

1
2
3
4
5
6
## Not run: 
library(CONETTravel)
data = datas_3travel[[1]][,3:5]
deltafunc(data)

## End(Not run)

leminhthien2011/CONETTravel documentation built on April 18, 2021, 4:17 a.m.