employment: Level of employment data

employmentR Documentation

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

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)

qcr documentation built on March 18, 2022, 6 p.m.