Window {BSDA}R Documentation

Wind leakage for storm windows exposed to a 50 mph wind

Description

Data for Exercise 6.54

Usage

Window

Format

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

Window
a numeric vector
Leakage
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Window)
attach(Window)
sign.test(Leakage,md=.125,alternative="greater")
detach(Window)

[Package BSDA version 0.1 Index]