shipGold {syllogi}R Documentation

Ships and Gold

Description

Data.frame

Usage

data(shipGold)

Format

The data frame has 20 rows (a ship) and 2 variables:

shipSize

Size of the ship measured in inches on the horizon.

gold

Amount of gold pieces on the ship.

Details

Fictitious data set for teaching purposes. The fictitious scenario:

Captain Buck Tooth has taken you prisoner aboard his pirate ship, the Lucky Lemon. He sees from your college transcripts you have taken a couple of statistics courses. Captain Buck Tooth wants you to predict the amount of gold a ship is carrying based on the size of the ship. Specifically, he thinks bigger ships carry more gold. For the last several ships he has looted he measured the height in inches when the ship was still way off on the horizon. The captain also has a good memory and remembers how much gold was taken from each ship in number of pieces.

References

Fictitious data set

Examples

data("shipGold", package='syllogi')
str(shipGold)

[Package syllogi version 1.0.2 Index]