Brownian motion : Understanding the output of mvBM function.?
0
0
Entering edit mode
5.4 years ago

To fit the brownian motion for independent evolution of traits I used below code:

rownames(carni)<-gsub("_",".",rownames(carni))  #Renaming to match the tip of tree
#Independent Evolution
brown_indepen <- mvBM(carni_tree,carni,param=list(constraint="diagonal"))

mvBM is the function from mvMORPH package. It seems by giving constraint="diagonal" would fit the model for traits to be evolved independently. I would like to know the idea behind it. Also, I got the below output after running the code. I would also like to know what below output means.

LogLikelihood:   -589.2373 
AIC:     1186.475 
AICc:    1186.771 
4 parameters 

Estimated rate matrix 
 ______________________ 
      size          range
size  73.70335      0.00000
range  0.00000     13.54524


Estimated root state 
______________________ 
       size    range
theta: 38.43947 13.78439

Size and range were the two traits.

Phylogeny Brownian • 828 views
ADD COMMENT

Login before adding your answer.

Traffic: 2744 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6