Learn R Programming

PASWR (version 1.0)

Kinder: 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

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab