Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

heights

Format

A data frame with 124 observations on the following 4 variables:

id

factor of subject ids (levels 1:12).

age

vector of ages (years).

height

vector of heights (cm).

men

vector of ages at menarche (years), where negative values are right censored.

Examples

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

sitar

Super Imposition by Translation and Rotation Growth Curve Analysis

v1.2.0
GPL (>= 2)
Authors
Tim Cole [aut, cre] (<https://orcid.org/0000-0001-5711-8200>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.