R Dataset / Package Stat2Data / Putts1
On this R-data statistics page, you will find information about the Putts1 data set which pertains to Putts1. The Putts1 data set is found in the Stat2Data R package. You can load the Putts1 data set in R by issuing the following command at the console data("Putts1"). This will load the data into a variable called Putts1. If R says the Putts1 data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Putts1 R data set. The size of this file is about 2,364 bytes.
Putts1
Description
Putting results for a golfing statistician
Format
A dataset with 587 observations on the following 2 variables.
Length | Length if the putt (in feet |
Made | 1 =made the putt or 0 =missed the putt |
Details
A statistician golfer kept careful records of every putt he attempted when playing golf, recording the length of the putt and whether or not he was successful in making the putt. This dataset has one case for each of the 587 attempted putts. A different form of the same data (Putts2) accumulates counts of makes and misses for each putt length.
Source
Personal observations by one of the Stat2 authors
Dataset imported from https://www.r-project.org.