Predictive Analytics using Networked Data in R
María Óskarsdóttir, Ph.D.
Post-doctoral researcher

7 edges between green nodes

3 edges between green nodes
Connectedness between nodes with the same label compared to what is expected in a random configuration of the network

7 edges between green nodes

3 edges between green nodes
Three scenarios
$D=2.33$

$D=1$

$D=0$


p <- 2 * 19 / (10 * 9) expectedREdges <- 6 * 5 / 2 * p expectedPEdges <- 4 * 3 / 2 * pdyadicityR <- rEdges / expectedREdges dyadicityP <- pEdges / expectedPEdgesdyadicityR
1.578947
dyadicityP
1.973684
Predictive Analytics using Networked Data in R