| print.tna_stability | R Documentation |
Print Centrality Stability Results
## S3 method for class 'tna_stability'
print(x, ...)
x |
A |
... |
Additional arguments passed to the generic |
x (invisibly).
Validation functions
bootstrap(),
deprune(),
estimate_cs(),
permutation_test(),
permutation_test.group_tna(),
plot.group_tna_bootstrap(),
plot.group_tna_permutation(),
plot.group_tna_stability(),
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(),
prune(),
pruning_details(),
reprune(),
summary.group_tna_bootstrap(),
summary.tna_bootstrap()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.