ski {syllogi} | R Documentation |
Ski Resort
Description
Data.frame
Usage
data(ski)
Format
The data frame has 9 rows and 4 variables:
- miles
miles of skiable terrain
- capacity
number of vistors that could be taken per hour from the base of the mountain to the top via the resorts various lifts
- vistors
number of tickets sold per week
- resort
sort ID number
Details
Information from local ski resorts in the region. The research question is can weekly visitors be predictors from miles of skiable terrian and/or capacity of lifts?
References
fictitious data set
Examples
data("ski", package='syllogi')
str(ski)
[Package syllogi version 1.0.4 Index]