summary.gvar_result: Summary Method for gvar_result

View source: R/graphical_var.R

summary.gvar_resultR Documentation

Summary Method for gvar_result

Description

Summary Method for gvar_result

Usage

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

Arguments

object

A gvar_result object.

...

Additional arguments (ignored).

Value

A tidy data.frame of per-network metrics: one row per network (temporal, contemporaneous) with n_nodes, n_edges, density, mean_abs_weight, n_positive, n_negative. Use edges(object) / coefs(object) for the estimates and nodes(object) for node strengths.


idiographic documentation built on Aug. 4, 2026, 1:07 a.m.