Learn R Programming

dobson (version 0.4)

graduates: Graduate survival data from tables 7.16 and 7.17

Description

Survival 50 years after graduation of men and women who graduated each year from 1938 to 1947 from various Faculties of the University of Adelaide.

Usage

data(graduates)

Arguments

Format

A tibble with 60 observations and the following 5 variables.

year

year of graduation

survive

number of graduates who survived

total

total number of graduates

faculty

faculty

sex

sex

Examples

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

Run the code above in your browser using DataLab