This function computes phylogenetic signal statistics and p-values for bootsrapped replicates a phylogenetic tree and produce boxplots to represent the results. This can be useful to check the impact of phylogenetic reconstruction uncertainty on phylogenetic signal.
phyloSignalBS(
p4d,
multiphylo,
methods = c("all", "I", "Cmean", "Lambda", "K", "K.star"),
reps = 999,
W = NULL,
pb = TRUE
)
The data generated are returned invisibly as a list.
a phylo4d
object.
a multiphylo
object containing bootstrapped trees of p4d
.
a character vector giving the methods to compute phylogenetic signal (see phyloSignal
).
an integer. The number of repetitions for the estimation of p.values with randomization.
an optional matrix of phylogenetic weights to compute Moran's I. By default the matrix
is computed with the function proxTips
with patristic distances.
a logical. Should a progress bar be printed? (default TRUE
).
Time consumption can be important if there are many bootraped trees and tested traits.