Skip to contents

Print Centrality Stability Results

Usage

# S3 method for class 'tna_stability'
print(x, ...)

Arguments

x

A tna_stability object.

...

Ignored.

Value

x (invisibly).

Examples

model <- tna(group_regulation)
# Small number of iterations and drop proportions for CRAN
cs <- estimate_cs(
  model,
  measures = c("InStrength", "OutStrength"),
  drop_prop = seq(0.3, 0.9, by = 0.2),
  iter = 10
)
print(cs)
#> Centrality Stability Coefficients
#> 
#>  InStrength OutStrength 
#>         0.9         0.9