Classwork 7
Taxonomy of Data
Consider the following data.frame, netflix_data
, displayed below:
Description of Variables in netflix_data
:
UserID
: Identifier for each userAge
: Age of the user in yearsGender
: Gender of the userSubscriptionPlan
: Type of Netflix subscriptionFavoriteGenre
: Userβs favorite genreHoursWatched
: Average hours watched per weekLastLoginTime
: Time of last login in hours since midnightAccountMonths
: Age of the account in monthsSatisfaction
: User satisfaction rating (1 to 5 stars)nDevices
: Number of devices connectedLastMovieRating
: Rating of the last watched movie (1.0 to 10.0)nProfiles
: Number of profiles on the accountLanguage
: Userβs preferred language
Question 1
What type of variable is FavoriteGenre
in the dataset?
- Nominal
- Ordinal
- Interval
- Ratio
β
Answer: a. Nominal β FavoriteGenre
represents non-ordered categories.
Question 2
What type of variable is SubscriptionPlan
in the dataset?
- Nominal
- Ordinal
- Interval
- Ratio
β Answer: b. Ordinal β Subscription plans follow a natural order: Basic < Standard < Premium.
Question 3
What type of variable is LastLoginTime
in the dataset?
- Nominal
- Ordinal
- Interval
- Ratio
β Answer: c. Interval β Time since midnight has meaningful differences but no absolute zero.
Question 4
What type of variable is Satisfaction
in the dataset?
- Nominal
- Ordinal
- Interval
- Ratio
β Answer: b. Ordinal β Satisfaction rating is ranked, but the distance between levels is not precise.
Discussion
Welcome to our Classwork 7 Discussion Board! π
This space is designed for you to engage with your classmates about the material covered in Classwork 7.
Whether you are looking to delve deeper into the content, share insights, or have questions about the content, this is the perfect place for you.
If you have any specific questions for Byeong-Hak (@bcdanl) or peer classmate (@GitHub-Username) regarding the Classwork 7 materials or need clarification on any points, donβt hesitate to ask here.
Letβs collaborate and learn from each other!