Learn R Programming

tna (version 0.4.0)

print.tna_stability: Print Centrality Stability Results

Description

Print Centrality Stability Results

Usage

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

Value

x (invisibly).

Arguments

x

A tna_stability object.

...

Ignored.

Examples

Run this code
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)

Run the code above in your browser using DataLab