plot.group_tna_stability {tna} | R Documentation |
Plot Centrality Stability Results
Description
Plot Centrality Stability Results
Usage
## S3 method for class 'group_tna_stability'
plot(x, ...)
Arguments
x |
A |
... |
Arguments passed to |
Value
A list
(invisibly) of ggplot
objects displaying the stability
analysis plot.
See Also
Validation functions
bootstrap()
,
deprune()
,
estimate_cs()
,
permutation_test()
,
permutation_test.group_tna()
,
plot.group_tna_bootstrap()
,
plot.group_tna_permutation()
,
plot.tna_bootstrap()
,
plot.tna_permutation()
,
plot.tna_stability()
,
print.group_tna_bootstrap()
,
print.group_tna_permutation()
,
print.group_tna_stability()
,
print.summary.group_tna_bootstrap()
,
print.summary.tna_bootstrap()
,
print.tna_bootstrap()
,
print.tna_permutation()
,
print.tna_stability()
,
prune()
,
pruning_details()
,
reprune()
,
summary.group_tna_bootstrap()
,
summary.tna_bootstrap()
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)
[Package tna version 1.0.0 Index]