summary.netobject: Network metrics for a netobject

View source: R/summary_network.R

summary.netobjectR Documentation

Network metrics for a netobject

Description

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.

Usage

## S3 method for class 'netobject'
summary(object, ...)

Arguments

object

A netobject (or cograph_network) object.

...

Ignored.

Value

A data.frame with columns metric and value, of class c("summary.netobject", "data.frame").


Nestimate documentation built on July 11, 2026, 1:09 a.m.