employment | R Documentation |
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.
A data frame with 288 observations on the following 3 variables:
The amount of occupants in terms of percentage
Sample ID
Hemisphere
data(employment)
attach(employment)
summary(employment)
boxplot(occupantion ~ hemisphere)
plot(occupantion, type="b")
detach(employment)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.