Kinder {PASWR}R Documentation

Kindergarten Class

Description

The data frame Kinder contains the height in inches and weight in pounds of 20 children from a kindergarten class. Data are used in Example 12.17.

Usage

Kinder

Format

A data frame with 20 observations on the following 2 variables:

ht
height in inches of child
wt
weight in pounds of child

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

# Figure 12.10
attach(Kinder)
plot(wt,ht)
detach(Kinder)

[Package PASWR version 1.0 Index]