Learn R Programming

dobson (version 0.4)

aids: AIDS data from table 4.5

Description

Numbers of cases of AIDS in Australia by date of diagnosis for successive 3-month periods from 1984 to 1988

Usage

data(aids)

Arguments

Format

A tibble with 20 observations and the following 3 variables.

year

year

quarter

quarter of year

cases

number of cases

Examples

Run this code
# NOT RUN {
data(aids)
summary(aids)
# }

Run the code above in your browser using DataLab