Answered step by step
Verified Expert Solution
Question
1 Approved Answer
statistical Analysis BizAnalytics wants to know if there is a relationship between the weekdays on which tweets are posted and the follower count of each
statistical Analysis BizAnalytics wants to know if there is a relationship between the weekdays on which tweets are posted and the follower count of each user. That is, they want to find out if people who tweet on particular days have more follower count. a. We first need to find the follower count of each Twitter user. Since your swa.scc.tweets may contain many tweets by the same users, find the unique users and store their screen names in a variable, unique.users. Then store their followers count in a variable, followers.count (1 mark) b. Find the count of tweets posted by a unique user on, each day of the week. Store this in a variable, user.postdays. Then create a matrix, users.postdays wherein the number of columns should be 7, i.e. a column for each day of the week. The number of rows in users.postdays should be equal to the number of unique users.(3 marks) c. Based on the followers count, categorize the users with labels such as "Low", "Med" and "High", as follows: (1 mark) 0 Follower count
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started