| Taste {GDAtools} | R Documentation |
Taste (data)
Description
The data concerns tastes for music and movies of a set of 2000 individuals. It contains 5 variables of likes for music genres (french pop, rap, rock, jazz and classical), 6 variables of likes for movie genres (comedy, crime, animation, science fiction, love, musical) and 2 additional variables (gender and age).
Usage
data(Taste)
Format
A data frame with 2000 observations and the following 13 variables:
FrenchPopfactor with levels
No,Yes,NARapfactor with levels
No,Yes,NARockfactor with levels
No,Yes,NAJazzfactor with levels
No,Yes,NAClassicalfactor with levels
No,Yes,NAComedyfactor with levels
No,Yes,NACrimefactor with levels
No,Yes,NAAnimationfactor with levels
No,Yes,NASciFifactor with levels
No,Yes,NALovefactor with levels
No,Yes,NAMusicalfactor with levels
No,Yes,NAGenderfactor with levels
Men,WomenAgefactor with levels
15-24,25-49,50+Educfactor with levels
none,low,medium,high
Details
NA stands for "not available"
Examples
data(Taste)
str(Taste)