titanic: Titanic Dataset

Description Usage Format Details Examples

Description

Based on the titanic dataset from titanic package (from kaggle).

Usage

1

Format

a data.frame with 891 rows and 6 columns

Details

The subsequent columns describe:

Examples

1
2
library("Przewodnik")
summary(titanic)

Example output

Loading required package: PogromcyDanych
Loading required package: dplyr

Attaching package: 'dplyr'

The following objects are masked from 'package:stats':

    filter, lag

The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

Loading required package: SmarterPoland
Loading required package: ggplot2
Loading required package: httr
Loading required package: htmltools
Loading required package: PBImisc
 Survived Pclass      Sex           Age             Fare        Embarked
 0:549    1:216   female:314   Min.   : 0.42   Min.   :  0.00    :  2   
 1:342    2:184   male  :577   1st Qu.:20.12   1st Qu.:  7.91   C:168   
          3:491                Median :28.00   Median : 14.45   Q: 77   
                               Mean   :29.70   Mean   : 32.20   S:644   
                               3rd Qu.:38.00   3rd Qu.: 31.00           
                               Max.   :80.00   Max.   :512.33           
                               NA's   :177                              

Przewodnik documentation built on May 1, 2019, 10:12 p.m.