Description Usage Format Examples
Survival of passengers on the Titanic. This data set provides information on the fate of passengers on the fatal maiden voyage of the ocean liner <e2><80><98>Titanic<e2><80><99>. Columns are economic status (Class), Sex, Age and Survived.
1 | data("titanic.raw")
|
A data frame with 2201 rows and 4 columns.
1 2 3 | data(titanic.raw)
data("titanic.raw")
with(titanic.raw, table(Class, Survived))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.