Learn R Programming

tna (version 0.4.0)

summary.tna_bootstrap: Summarize Bootstrap Results

Description

Summarize Bootstrap Results

Usage

# S3 method for tna_bootstrap
summary(object, ...)

Value

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

Arguments

object

A tna_bootstrap object from bootstrap().

...

Ignored.

Examples

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

Run the code above in your browser using DataLab