शुरू करेंमुफ़्त में शुरू करें

Create a retweet network

The core step in network analysis is to create a network object like a retweet network as it helps analyze the inter-relationships between the nodes.

Understanding the position of potential customers on a retweet network allows a brand to identify key players who are likely to retweet posts to spread brand messaging.

Can you create a retweet network on #travel using the matrix saved in the previous exercise?

The matrix rtwt_matrx and the library igraph have been pre-loaded for this exercise.

यह अभ्यास पाठ्यक्रम का हिस्सा है

Analyzing Social Media Data in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Convert the matrix to a retweet network
nw_rtweet <- ___(el = ___, directed = ___)
कोड संपादित करें और चलाएँ