Last data update: 2014.03.03

R: Level of employment data
employmentR Documentation

Level of employment data

Description

A Spanish-Argentina 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

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

data(employment)
attach(employment)
summary(employment)
boxplot(occupantion ~ hemisphere)
plot(occupantion, type="b")
detach(employment)

Results