AptSize {PASWR}R Documentation

Apartment Size

Description

Size of apartments in Mendebaldea, Spain and San Jorge, Spain

Usage

AptSize

Format

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

Mendebaldea
Mendebaldea apartment size in square meters
SanJorge
San Jorge apartment size in square meters

Source

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

Examples

attach(AptSize)
boxplot(Mendebaldea, SanJorge)
detach(AptSize)

[Package PASWR version 1.0 Index]