Learn R Programming

tna (version 0.4.0)

print.tna_bootstrap: Print Bootstrap Results

Description

Print Bootstrap Results

Usage

# S3 method for tna_bootstrap
print(x, digits = getOption("digits"), type = "both", ...)

Value

x (invisibly).

Arguments

x

A tna_bootstrap object.

digits

An integer giving the minimal number of significant digits to print.

type

A character vector giving the type of edges to print. The default option "both" prints both statistically significant and non-significant edges, "sig" prints only significant edges, and "nonsig" prints only the non-significant edges.

...

Ignored.

Examples

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

Run the code above in your browser using DataLab