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
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.
You may also refer to the documentation:https://www.mathworks.com/help/stats/bootci.html

카테고리

도움말 센터File Exchange에서 Genomics and Next Generation Sequencing에 대해 자세히 알아보기

질문:

2019년 7월 10일

답변:

2019년 7월 19일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by