Learn R Programming

BSDA (version 1.01)

Firstchi: Ages of women at the birth of their first child

Description

Data for Exercise 5.11

Usage

Firstchi

Arguments

Format

A data frame with 87 observations on the following variable.

age

a numeric vector

Examples

Run this code
# NOT RUN {
str(Firstchi)
attach(Firstchi)
EDA(age)
detach(Firstchi)
# }

Run the code above in your browser using DataLab