Learn R Programming

benford (version 1.0.1)

switz.data: Number of daily new cases of COVID-19 in Switzerland

Description

A data set with the number of new cases of COVID-19 in Switzerland. A natural data set that conform very well to the Benford's law

Usage

data("switz.data")

Arguments

Format

A numeric vector with 383 observations.

x

a numeric vector

References

Roser M, Ritchie H, Ortiz-Ospina E, Hasel J. 2020. Coronavirus Pandemic (COVID-19). https://ourworldindata.org/coronavirus.

Examples

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

Run the code above in your browser using DataLab