Vacation {BSDA}R Documentation

Number of days of paid holidays and vacation leave for sample of 35 textile workers

Description

Data for Exercise 6.46 and 6.98

Usage

Vacation

Format

A data frame with 35 observations on the following variable.

number
a numeric vector

Source

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

Examples

str(Vacation)
attach(Vacation)
EDA(number)
t.test(number,mu=24)
detach(Vacation)

[Package BSDA version 0.1 Index]