Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Social Network BusinessAnalytica wants to create a quote network. A quote happens when a posts contains new content on top of a shared posts (

Social Network
BusinessAnalytica wants to create a quote network. A quote happens when a posts contains new content on top of a shared posts (Reddit or Mastodon API: Premium data dictionary | Docs | Reddit or Mastodon Developer Platform). Build a quote network from the posts you downloaded and plot a graph to present to BusinessAnalytica. In order to solve this question, you should first find whether each posts is a quote and get the screen names of the quoted posts. Then get the screen names of the Reddit or Mastodon users of the original posts that were quoted. Create an edge list of who quoted whom and plot the graph.
10. Find the row numbers of the quote posts from the posts data you downloaded. Store them in the variable, quote.posts
(1 mark)
11. Find the screen names of the users in quote.posts. Store them in a variable, who.quoted
12. Find the information regarding the original posts objects that were quoted. This will be a list. Store it in a variable, original.quoted.posts.list. Verify that its class is a list. Then find the class of the contents of the first object in the list. Finally find the names of all attributes of the first object in the list. (2 marks)
13. Find the screen names of the original authors of the posts, from original.quoted.posts.list.
Store them in a variable, original
(2 mark)
14. Build an edge list of who quoted whom, with whom as the first column and whom as the second column. Ensure there are no NAs in either columns.
(2 marks)
15. Plot the quote network. If the plot looks too dense, create a sub-graph that is not dense and
plot it. Verify your plot by comparing it appropriate R network_graph function.
(2 marks)
16. List the top 10 central users using the closeness centrality measure. (1 mark)
Formatting
17. Each question number and question statement are clearly stated.
(0.5 mark)
18. Declaration and group members names and percentage contribution is included
(0.5 mark)
19. Report looks professional with desired R code snippets followed by appropriate outputs or plots with no duplication of code segments in the reports
(1.0 mark)

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

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 2012 Proceedings Part 2 Lnai 7197

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284892, 978-3642284892

More Books

Students also viewed these Databases questions