density-ergmTerm | R Documentation |
This term adds one network statistic equal to the density of the network.
For undirected networks, density
equals kstar(1)
or
edges
divided by n(n-1)/2
; for directed networks,
density
equals edges
or istar(1)
or ostar(1)
divided by n(n-1)
.
# binary: density
ergmTerm
for index of model terms currently visible to the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.