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?

Respuestas (1)

SaiDileep Kola
SaiDileep Kola el 19 de Jul. de 2019

0 votos

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

Categorías

Más información sobre Genomics and Next Generation Sequencing en Centro de ayuda y File Exchange.

Preguntada:

el 10 de Jul. de 2019

Respondida:

el 19 de Jul. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by