shipGold | R Documentation |
Data.frame
data(shipGold)
The data frame has 20 rows (a ship) and 2 variables:
Size of the ship measured in inches on the horizon.
Amount of gold pieces on the ship.
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.
Fictitious data set
data("shipGold", package='syllogi')
str(shipGold)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.