50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

sitar (version 1.0.4)

heights: Serial heights measured in 12 girls

Description

Heights of 12 girls from the Chard Growth Study measured twice a year between 8 and 16 years of age.

Usage

data(heights)

Arguments

Examples

Run this code
require(graphics)
  data(heights)
  coplot(height ~ age | id, data = heights, panel=panel.smooth,
    show.given=FALSE, xlab='age (years)', ylab='height (cm)', pch=19)

Run the code above in your browser using DataLab