openintro (version 1.7.1)

husbands.wives: Married couples in Great Britain

Description

The Great Britain Office of Population Census and Surveys collected a random sample of 170 married couples in Britain.

Usage

data("husbands.wives")

Arguments

Format

A data frame with 199 observations on the following 8 variables.

Age_Husband

a numeric vector

Ht_Husband

a numeric vector

Age_Wife

a numeric vector

Ht_Wife

a numeric vector

Age_Husb_at_Marriage

a numeric vector

Years_Married

a numeric vector

Age_Wife_At_Marriage

a numeric vector

Duration

a factor with levels <= 20 >20

Examples

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

Run the code above in your browser using DataLab