Learn R Programming

syllogi (version 1.0.4)

ski: Ski Resort

Description

Data.frame

Usage

data(ski)

Arguments

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

Run this code
data("ski", package='syllogi')
str(ski)

Run the code above in your browser using DataLab