An update - I am wondering now whether the problem is because I am trying to import continuous predictor data for a binary trait.
I have 92 species and four traits (three binary, one continuous). I wanted to look for correlated evolution between the discrete traits and the continuous trait, with the continuous trait as the predictor, but I don't see how I can do this. If I follow the tutorial I need to list my continuous traits for 92 species against two binary options. Is that correct?If so, what should it look like?
my data are:
Species, Cont_trait, binary_1, binary_2, binary_3
SpeciesA, 234, A, C, V
Species2, 453, A, C, B
Species 3, 877, P, N, B
...