Learn R Programming

tna (version 0.4.0)

pruning_details: Print Detailed Information on the Pruning Results

Description

Print Detailed Information on the Pruning Results

Usage

pruning_details(x, ...)

# S3 method for tna pruning_details(x, ...)

# S3 method for group_tna pruning_details(x, ...)

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.

Arguments

x

A tna or group_tna object.

...

Ignored.

See Also

Evaluation and validation functions bootstrap(), permutation_test(), prune()

Cluster-related functions bootstrap(), centralities(), cliques(), communities(), deprune(), estimate_cs(), group_model(), hist.group_tna(), mmm_stats(), plot.group_tna(), plot.group_tna_centralities(), plot.group_tna_cliques(), plot.group_tna_communities(), plot.group_tna_stability(), plot_compare.group_tna(), plot_mosaic.group_tna(), plot_mosaic.tna_data(), print.group_tna(), print.group_tna_bootstrap(), print.group_tna_centralities(), print.group_tna_cliques(), print.group_tna_communities(), print.group_tna_stability(), print.summary.group_tna(), print.summary.group_tna_bootstrap(), prune(), rename_groups(), reprune(), summary.group_tna(), summary.group_tna_bootstrap()

Examples

Run this code
model <- tna(group_regulation)
pruned_threshold <- prune(model, method = "threshold", threshold = 0.1)
pruning_details(pruned_threshold)

Run the code above in your browser using DataLab