employment: Level of employment data

employmentR Documentation

Level of employment data

Description

A Spaniard-Argentinian hotel company wants to control the level of occupancy (measured in application of a continuous control. For this purpose, 48 subsamples have been taken from six hotels corresponding to two different 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)

mflores72000/qcr documentation built on July 1, 2023, 9:17 p.m.