Learn R Programming

BSDA (version 1.01)

Window: Wind leakage for storm windows exposed to a 50 mph wind

Description

Data for Exercise 6.54

Usage

Window

Arguments

Format

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

Window

a numeric vector

Leakage

a numeric vector

Examples

Run this code
# NOT RUN {
str(Window)
attach(Window)
SIGN.test(Leakage,md=.125,alternative="greater")
detach(Window)
# }

Run the code above in your browser using DataLab