Skip to contents

Plot Centrality Stability Results

Usage

# S3 method for class 'group_tna_stability'
plot(x, ...)

Arguments

x

A group_tna_stability object.

...

Arguments passed to plot.tna_stability().

Value

A list (invisibly) of ggplot objects displaying the stability analysis plot.

Examples

model <- group_model(engagement_mmm)
# Low number of iterations for CRAN
stability <- estimate_cs(
  model,
  drop_prop = c(0.3, 0.5, 0.7, 0.9),
  iter = 10
)
plot(stability)