tidy_titanic {tidytitanic}R Documentation

A dataset titanic passengers and characteristics based on Titanic data fromdatasets. Includes Crew

Description

A dataset titanic passengers and characteristics based on Titanic data fromdatasets. Includes Crew

Usage

tidy_titanic

Format

A data frame with 2201 rows and 5 variables:

id

an id for each passenger

class

class (1st, 2nd, 3rd or Crew)

sex

sex of passenger

age

child or adult

survived

survival outcome of passanger

...

Source

R stats


[Package tidytitanic version 0.0.1 Index]