Skip to content

problems of phylogenetic signal #1

Description

@dongyiyi

CASE B # : no phylogenetic signal
##########
trait0 <- c(2,3,1,3,3,3,3,2,2,3,1,2,1,2,3,1,2,3,1,2)

#CALCULATE DELTA B
deltaB <- delta(trait0,tree0,lambda0,se,sim,thin,burn)
print(deltaB)##It should be detaB
#and I got a warning:
Warning message:
In sqrt(diag(solve(h))) : NaNs produced
#how to avoid this warning?
#I fellow code of the example to calculate the delta values, and I want to get the result of boxplot, what should I do?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions