kenyadata {NovelDistns}R Documentation

COVID-19 daily cases for Kenya

Description

A data set containing COVID-19 daily cases for Kenya for a period of 56 days from 28 March 2020 to 24 May 2020

Usage

data("kenyadata")

Format

A data frame with 58 observations on the following 2 variables.

date

a character vector

cases

a numeric vector

Source

https://covid19.who.int/

Examples

data(kenyadata)
## maybe str(kenyadata) ; plot(kenyadata) ...

[Package NovelDistns version 0.1.0 Index]