Displaying 1 result from an estimated 1 matches for "err8".
Did you mean:
  err
  
2004 Aug 01
0
phylogenetic trees calculation
...t;  0       1       0       0
"err2"  0       0       1       1
"err3"  1       1       0       0
"err4"  0       0       0       1
"err5"  1       1       1       0
"err6"  1       1       0       1
"err7"  0       1       0       0
"err8"  0       1       0       1
Additionally I have a vector of weights for the errors (and more info to
be possibly used). 
Does R have a set of fuctions of a library that will calculate the a
phylogenetic tree from such data? I installed "ape", but, despite
reading the docs, I cannot...