Learn R Programming

tna (version 0.4.0)

print.summary.tna_bootstrap: Print Bootstrap Summary

Description

Print Bootstrap Summary

Usage

# S3 method for summary.tna_bootstrap
print(x, ...)

Value

A summary.tna_bootstrap object (invisibly) containing the weight, p-value and confidence interval of each edge.

Arguments

x

A summary.tna_bootstrap object.

...

Arguments passed to the generic print method.

Examples

Run this code
model <- tna(group_regulation)
# Small number of iterations for CRAN
boot <- bootstrap(model, iter = 10)
print(summary(boot))

Run the code above in your browser using DataLab