Kinder: Kindergarten Class

KinderR 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.

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
with(data = Kinder, 
plot(wt, ht))
# Trellis Approach
xyplot(ht ~ wt, data = Kinder)


PASWR documentation built on May 15, 2022, 5:05 p.m.