View source: R/summary_network.R
| summary.netobject | R Documentation |
Computes node count, edge count, density, mean shortest-path distance,
mean and SD of in/out strength, mean and SD of in/out degree, in/out
degree centralization (Freeman), and reciprocity. Mirrors the metric set
returned by tna::summary.tna() so a Nestimate netobject and the
equivalent tna model report numerically identical descriptive metrics.
## S3 method for class 'netobject'
summary(object, ...)
object |
A |
... |
Ignored. |
A data.frame with columns metric and value, of class
c("summary.netobject", "data.frame").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.