Question Description
Q1. One premise of the Strength of Weak Tie theory is that, the stronger the tie between two people is, the more likely their contacts will overlap so that they will have common ties with the same third parties. Test this hypothesis for the les miserables graph we studied in class. The following code prints the number of shared neighbors for the endpoints of every edge:
for(i in E(g)){
a = ends(g, i)[1]
b = ends(g, i)[2]
source_neighbors = neighbors(g, a)
target_neighbors = neighbors(g, b)
num_overlap_neighbors = length(intersection(source_neighbors, target_neighbors))
print(num_overlap_neighbors)
}
Rewrite it as a function, use sapply() to apply the function to E(g) to get a vector as output. Then run a regression with the tie strength (measured as the edge weight, which is the value attribute) as the dependent variable and the number of shared neighbors as the independent variable. What do you conclude?
Q2.
For Hillary Clinton's email network we studied in class (with Hillary removed, i.e., the hillary_egocentric graph), create a new attribute "n_emails" for each node, defined as the number of emails received. Use 0 if no email was received.
a. Use the option vertex.size = log(V(hillary_egocentric)$n_emails + 1) to scale the size of the nodes, so larger nodes are the nodes that received more emails. Show your graph.
b. Run a regression using n_emails as the dependent variable and the normalized betweenness centrality of nodes as the independent variable. What is your conclusion?
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.
About Writedemy
We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.
How It Works
To make an Order you only need to click on “Place Order” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Are there Discounts?
All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.