| golf {BayesDA} | R Documentation |
Number of Attempts and Successes at Golf Putts
Description
Number of attempts and successes of golf putts, by distance from the hole, for a sample of professional golfers.
Usage
data(golf)
Format
A data frame with 19 observations on the following 3 variables.
distanceDistance from hole in feet
nnumber of attempts
ynumber of successes
Details
This is used for an exercise on nonlinear modelling on page 515 in the second edition.
Examples
data(golf)
names(golf)
comment(golf)
with(golf, plot(distance, y/n))
[Package BayesDA version 2012.04-1 Index]