Learn R Programming

lmreg (version 1.2)

girlgrowth: Growth data for girls

Description

Heights of some adolescent girls, aged 7 to 12, in the southern part of Kolkata, India around the year 2008.

Usage

data(girlgrowth)

Arguments

Format

A data frame with 905 observations on the following 2 variables.

Age

Age of girls (in years)

Height

Height of girls (in cm)

Examples

Run this code
# NOT RUN {
data(girlgrowth)
head(girlgrowth)
# }

Run the code above in your browser using DataLab