signdist: Sign Distance

Description Usage Format Source Examples

Description

For n=30 drivers, the driver's age and the maximum distance at which the driver can read a highway sign at night.

Usage

1

Format

1
2
3
'data.frame':	30 obs. of  2 variables:
 $ Age     : int  18 20 22 23 23 25 27 28 29 32 ...
 $ Distance: int  510 590 560 510 460 490 560 510 460 410 ...

Source

https://oli.cmu.edu/jcourse/workbook/activity/page?context=434b8b4980020ca60017028aafe3258a

Examples

1
plot(Distance ~ Age, data = signdist)

alanarnholt/PDS documentation built on May 10, 2019, 8:49 a.m.