Flamingo Hotel in Sardinia
The flamingo
data frame has 4871 rows and 12 columns.
data(flamingo)
This data frame contains the following columns:
length of stay, in days.
year of the stay.
date of arrival.
date of departure.
seasonality index of the period of the stay, a low value means low season, a high value means very high (peak) season.
if the guests booked
the room through the hotel's
internet website (internet
), the hotel's
telephone (direct
) or
a tour operator (agency
).
the 16 hotel's room types.
categorization in 3 groups of
roomtype
.
number of guests.
Does not include any childrenzz;
see the two zz kids
variables below.
arrangement type:
Bed and Breakfast (BB
),
Half Board (HB
) and Full Board (FB
).
number of kids between 0 and 2 years-old.
number of kids between 3 and 11 years-old.
The Flamingo Hotel is located on the beach in the southern Sardinia,
about 40 kilometers from Cagliari.
This data concerns stays from early summer 2019 to
late summer 2020
with no stays during the winter period in between.
Stays longer than 30 days were deleted from the original source.
Variable LOS
exhibits heaping at the values 7 and 14 days.
The data was obtained with permission from Luca Frigau, University of Cagliari.
## Not run: mytab <- with(flamingo, table(LOS)) plot(prop.table(mytab), col = "blue", ylab = "Proportion") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.