Bootstrapping a square matrix
显示 更早的评论
Hi everyone. I'm in the necessity to understand how to bootstrap a square matrix in order to get the confidence interval for the following phylogenetic tree that I have to draw. Any suggestions?
回答(1 个)
SaiDileep Kola
2019-7-19
0 个投票
To bootstrap square matrix to get confidence intervals you can use the function
Ci = bootci(nboot,bootfun,your_square_matrix):
You may restructure the tree in to the square matrix to give input to the function.
类别
在 帮助中心 和 File Exchange 中查找有关 Genomics and Next Generation Sequencing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!