ggstatsplot (version 0.0.9)

Titanic_full: Titanic dataset.

Description

Titanic dataset.

Usage

Titanic_full

Arguments

Format

A data frame with 2201 rows and 5 variables

  • id. Dummy identity number for each person.

  • Class. 1st, 2nd, 3rd, Crew.

  • Sex. Male, Female.

  • Age. Child, Adult.

  • Survived. No, Yes.

Details

This data set provides information on the fate of passengers on the fatal maiden voyage of the ocean liner 'Titanic', summarized according to economic status (class), sex, age and survival.

This is a modified dataset from datasets package.

Examples

Run this code
# NOT RUN {
dim(Titanic_full)
head(Titanic_full)
dplyr::glimpse(Titanic_full)
# }

Run the code above in your browser using DataCamp Workspace