1
2
3
4
5
#

Name:

Description:

The data is an observation-based version of the 1912 Titanic passenger survival log,

Variables:

A data frame with 1316 observations on the following 5 variables.

class

a factor with levels 1st class 2nd class 3rd class crew

age

a factor with levels child adults

sex

a factor with levels women man

survived

a factor with levels no yes

 

Details

titanic is saved as a data frame. Used to assess risk ratios

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Found in many other texts

References

Hilbe, Joseph M (2014), Modeling Count Data, Cambridge University Press Hilbe, Joseph M (2007, 2011), Negative Binomial Regression, Cambridge University Press Hilbe, Joseph M (2009), Logistic Regression Models, Chapman & Hall/CRC

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/titanic_194_59.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.