powered by
Print Bootstrap Summary
# S3 method for summary.tna_bootstrap print(x, ...)
A summary.tna_bootstrap object (invisibly) containing the weight, p-value and confidence interval of each edge.
summary.tna_bootstrap
A summary.tna_bootstrap object.
Arguments passed to the generic print method.
print
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