pruning_details {tna} | R Documentation |
Print Detailed Information on the Pruning Results
Description
Print Detailed Information on the Pruning Results
Usage
pruning_details(x, ...)
## S3 method for class 'tna'
pruning_details(x, ...)
## S3 method for class 'group_tna'
pruning_details(x, ...)
Arguments
x |
A |
... |
Ignored. |
Value
A data.frame
containing the removed edges if x
is a tna
object,
or a list
of data.frame
objects in the case of group_tna
object.
See Also
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()
,
print.tna_stability()
,
prune()
,
reprune()
,
summary.group_tna_bootstrap()
,
summary.tna_bootstrap()
Examples
model <- tna(group_regulation)
pruned_threshold <- prune(model, method = "threshold", threshold = 0.1)
pruning_details(pruned_threshold)