powered by
Summarize Bootstrap Results
# S3 method for tna_bootstrap summary(object, ...)
A summary.tna_bootstrap object containing the weight, p-value and confidence interval of each edge.
summary.tna_bootstrap
A tna_bootstrap object from bootstrap().
tna_bootstrap
bootstrap()
Ignored.
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