Learn R Programming

ROP (version 1.0)

titanic: Data file

Description

File containing the data to be analyzed

Usage

data(titanic)

Arguments

Format

The data file is in CSV format with a semicolon separator for columns. Decimal values use the point as a decimal separator. The first line must include the field names. The file includes n + 2 fields, where 'n' is the number of variables. The format is as follows:

Id

Case identification number

ETAT

Etat Sick Not Sick of the case

Class

Class

Sexe

Sex

Age

Age

Examples

Run this code
# NOT RUN {
data(titanic)
# }

Run the code above in your browser using DataLab