powered by
Data.frame
data(golf)
The data frame has 18 rows and 3 variables:
clubs used for that round of golf
course for the round of golf
score or strokes for 18 holes
I purchased new golf clubs last summer, which I believe will significantly improve my game. I recorded my score after three rounds of golf with my new clubs and my old clubs. I also played at three different courses.
fictitious data set
data("golf", package='syllogi') str(golf)
Run the code above in your browser using DataLab