# \donttest{
# Create simple example data
library(phytools)
trees = replicate(3, pbtree(n = 20), simplify = FALSE)
class(trees) = "multiPhylo"
data = matrix(rnorm(20 * 4), nrow = 20, ncol = 4)
rownames(data) = trees[[1]]$tip.label
# Run analysis and get summary
result = Kmultparallel(data, trees)
summary(result)
# }
Run the code above in your browser using DataLab