Learn R Programming

NovelDistns (version 0.1.0)

italydata: COVID-19 Mortality Rates for Italy

Description

A data set containing COVID-19 mortality rates for Italy for a period of 59 days from 27 Feb 2020 to 27 April 2020.

Usage

data("italydata")

Arguments

Format

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

date

a character vector

rate

a numeric vector

Examples

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

Run the code above in your browser using DataLab