Learn R Programming

syllogi (version 1.0.4)

golf: Golfing

Description

Data.frame

Usage

data(golf)

Arguments

Format

The data frame has 18 rows and 3 variables:

clubs

clubs used for that round of golf

course

course for the round of golf

score

score or strokes for 18 holes

Details

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.

References

fictitious data set

Examples

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

Run the code above in your browser using DataLab