renfe.Rd
A subset of a larger database containing information about train tickets sold by Renfe between Madrid and Barcelona.
There are three types of trains: either Spanish high speed trains Alta Velocidad Española (AVE
), or
AVE-TGV
which are run in partnership with SNCF to and from France (via Toulouse), or regional trains REXPRESS
;
only the first two labelled AVE
and AVE-TGV
are high speed trains.
renfe
a data frame of 10k observations containing the following variables:
price of ticket (in euros)
factor, binary indicator for destination (Barcelona-Madrid or Madrid-Barcelona)
factor, categorical variable for ticket fare; one of AdultoIda
, Promo
or Flexible
factor, categorical variable for ticket class; one of Preferente
, Turista
, TuristaPlus
or TuristaSolo
factor, categorical variable for train type; either AVE-TGV
, AVE
or REXPRESS
.
advertised duration of journey (in minutes)
factor integer denoting week day of travel starting from Sunday(1
) to Saturday (7
)