R Dataset / Package Stat2Data / Putts2

On this R-data statistics page, you will find information about the Putts2 data set which pertains to Putts2. The Putts2 data set is found in the Stat2Data R package. You can load the Putts2 data set in R by issuing the following command at the console data("Putts2"). This will load the data into a variable called Putts2. If R says the Putts2 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 Putts2 R data set. The size of this file is about 94 bytes.

Putts2

Description

Putting results for a golfing statistician (by length of the putts)

Format

A dataset with 5 observations on the following 4 variables.

R project statistics dataset table
Length Length of the attempted putt (in feet)
Made Number of putts made at this length
Missed Number of putts missed at this length
Trials Total number of putts attempted at this length

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. For each different length, this dataset records the number putts made, missed, and the total number of attempts from that length. A similar dataset, Putts1, has one case for each of the 587 attempted putts, showing the length and outcome.

Source

Personal observations by one of the Stat2 authors

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-stat2data-putts2.html" width="100%" height="100%" style="border:0px"></iframe>