Music {GDAtools} | R Documentation |
Music (data)
Description
The data concerns tastes for music of a set of 500 individuals. It contains 5 variables of likes for music genres (french pop, rap, rock, jazz and classical), 2 variables about music listening and 2 additional variables (gender and age).
Usage
data(Music)
Format
A data frame with 500 observations and the following 7 variables:
FrenchPop
factor with levels
No
,Yes
,NA
Rap
factor with levels
No
,Yes
,NA
Rock
factor with levels
No
,Yes
,NA
Jazz
factor with levels
No
,Yes
,NA
Classical
factor with levels
No
,Yes
,NA
Gender
factor with levels
Men
,Women
Age
factor with levels
15-24
,25-49
,50+
OnlyMus
factor with levels
Daily
,Often
,Rare
,Never
, indicating how often one only listens to music.Daily
is a factor with levels
No
,Yes
indicating if one listens to music every day.
Details
NA
stands for "not available"
Examples
data(Music)
str(Music)
[Package GDAtools version 2.1 Index]