Music | R Documentation |
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 about music listening and 2 additional variables (gender and age).
data(Music)
A data frame with 500 observations and the following 7 variables:
FrenchPop
is a factor with levels No
, Yes
, NA
Rap
is a factor with levels No
, Yes
, NA
Rock
is a factor with levels No
, Yes
, NA
Jazz
is a factor with levels No
, Yes
, NA
Classical
is a factor with levels No
, Yes
, NA
Gender
is a factor with levels Men
, Women
Age
is a factor with levels 15-24
, 25-49
, 50+
OnlyMus
is a 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.
'NA' stands for 'not available'
data(Music) str(Music)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.