Learn R Programming

ISwR (version 2.0-9)

juul2: Juul's IGF data, extended version

Description

The juul2 data frame has 1339 rows and 8 columns; extended version of |juul|.

Usage

juul2

Arguments

Format

This data frame contains the following columns:

age

a numeric vector (years).

height

a numeric vector (cm).

menarche

a numeric vector. Has menarche occurred (code 1: no, 2: yes)?

sex

a numeric vector (1: boy, 2: girl).

igf1

a numeric vector, insulin-like growth factor (\(\mu\mathrm{g}/\mathrm{l}\)).

tanner

a numeric vector, codes 1--5: Stages of puberty ad modum Tanner.

testvol

a numeric vector, testicular volume (ml).

weight

a numeric vector, weight (kg).

Examples

Run this code
plot(igf1~age, data=juul2)

Run the code above in your browser using DataLab