Learn R Programming

NovelDistns (version 0.1.0)

kenyadata: 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")

Arguments

Format

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

date

a character vector

cases

a numeric vector

Examples

Run this code
# NOT RUN {
data(kenyadata)
## maybe str(kenyadata) ; plot(kenyadata) ...
# }

Run the code above in your browser using DataLab