golf: Number of Attempts and Successes at Golf Putts

Description Usage Format Details Examples

Description

Number of attempts and successes of golf putts, by distance from the hole, for a sample of professional golfers.

Usage

1

Format

A data frame with 19 observations on the following 3 variables.

distance

Distance from hole in feet

n

number of attempts

y

number of successes

Details

This is used for an exercise on nonlinear modelling on page 515 in the second edition.

Examples

1
2
3
4
data(golf)
names(golf)
comment(golf)
with(golf, plot(distance, y/n))

BayesDA documentation built on May 1, 2019, 6:33 p.m.

Related to golf in BayesDA...