popularity | R Documentation |
Calculate the normalized network statistic according to the popularity mechanism.
popularity(X, actor = NULL)
X |
Binary network; of class |
actor |
Not used by the function, set to |
A vector with the normalized popularity mechanism, cacluated for each unit.
Marjan Cugmas and Aleš Žiberna
Cugmas, M., & Žiberna, A. (2022). Approaches to blockmodeling dynamic networks: a Monte Carlo simulation study. Social Networks, in print.
X <- matrix(sample(c(0,1), size = 9**2, replace = TRUE), nrow = 9) popularity(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.