Learn R Programming

qcr (version 1.4)

employment: Level of employment data

Description

A Spaniard-Argentinian hotel company wants to control the level of employment in their establishments. For this it is going to make a continuous control that measures the amount of occupants in terms of percentage. 48 sub samples are taken of six hotels belonging to two countries

Arguments

Format

A data frame with 288 observations on the following 3 variables:

occupantion

the amount of occupants in terms of percentage

sample

sample id

hemisphere

Hemisphere

Examples

Run this code
# NOT RUN {
data(employment)
attach(employment)
summary(employment)
boxplot(occupantion ~ hemisphere)
plot(occupantion, type="b")
detach(employment)
# }

Run the code above in your browser using DataLab