Learn R Programming

BSDA (version 1.01)

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

Arguments

Format

A data frame with 35 observations on the following variable.

number

a numeric vector

Examples

Run this code
# NOT RUN {
str(Vacation)
attach(Vacation)
EDA(number)
t.test(number,mu=24)
detach(Vacation)
# }

Run the code above in your browser using DataLab