golfsrs {SDAResources} | R Documentation |
golfsrs data
Description
A simple random sample of 120 golf courses, taken from the population on the website ww2.golfcourse.com on August 5, 1998. Missing data are denoted by NA.
Usage
data(golfsrs)
Format
This data frame contains the following columns:
- RN:
random number used to select golf course for sample
- state:
state name
- holes:
number of holes
- type:
type of course:
priv = private
semi = semi-private
pub = public
mili = military
resort = resort
- yearblt:
year course was built
- wkday18:
greens fee for 18 holes during week
- wkday9:
greens fee for 9 holes during week
- wkend18:
greens fee for 18 holes on weekend
- wkend9:
greens fee for 9 holes on weekend
- backtee:
back tee yardage
- rating:
course rating
- par:
par for course
- cart18:
golf cart rental fee for 18 holes
- cart9:
golf cart rental fee for 9 holes
- caddy:
are caddies available? (y or n)
- pro:
is a golf pro available? (y or n)
References
Lohr (2021), Sampling: Design and Analysis, 3rd Edition. Boca Raton, FL: CRC Press.
Lu and Lohr (2021), R Companion for Sampling: Design and Analysis, 3rd Edition, 1st Edition. Boca Raton, FL: CRC Press.