divorce {UsingR}R Documentation

Time until divorce for divorced women (by age)

Description

The divorce data frame has 25 rows and 6 columns.

Usage

data(divorce)

Format

This data frame contains the following columns:

time of divorce
a factor
all ages
a numeric vector
0-17
a numeric vector
18-19
a numeric vector
20-24
a numeric vector
25-100
a numeric vector

Source

Forgot source

Examples

data(divorce)
apply(divorce[,2:6],2,sum)      # percent divorced by age of marriage

[Package UsingR version 0.1-12 Index]