flamingo {VGAMdata} | R Documentation |
Flamingo Hotel in Sardinia
Description
The flamingo
data frame has 4871 rows and 12 columns.
Usage
data(flamingo)
Format
This data frame contains the following columns:
- LOS
length of stay, in days.
- year
year of the stay.
- arrdate
date of arrival.
- depdate
date of departure.
- seasonindex
-
seasonality index of the period of the stay, a low value means low season, a high value means very high (peak) season.
- booking
if the guests booked the room through the hotel's internet website (
internet
), the hotel's telephone (direct
) or a tour operator (agency
).- roomtype
the 16 hotel's room types.
- rmtype3
categorization in 3 groups of
roomtype
.- guests
number of guests. Does not include any childrenzz; see the two zz
kids
variables below.- arrangement
arrangement type: Bed and Breakfast (
BB
), Half Board (HB
) and Full Board (FB
).- kids02
number of kids between 0 and 2 years-old.
- kids311
number of kids between 3 and 11 years-old.
Details
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.
Source
The data was obtained with permission from Luca Frigau, University of Cagliari.
See Also
Examples
## Not run: with(flamingo, spikeplot(LOS, col = "blue", ylab = "Proportion"))