Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribedimage text in transcribedimage text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Records And Database Management

Authors: Jeffrey R Stewart Ed D, Judith S Greene, Judith A Hickey

4th Edition

0070614741, 9780070614741

Students also viewed these Databases questions

Question

6. Are my sources reliable?

Answered: 1 week ago

Question

5. Are my sources compelling?

Answered: 1 week ago