Learn R Programming

BayesDA (version 1.0-0)

golf: 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)

Arguments

docType

data

concept

nonlinear

Details

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

Examples

Run this code
data(golf)
names(golf)
comment(golf)
with(golf, plot(distance, y/n))

Run the code above in your browser using DataLab