Skip to content
Prev 3025 / 7420 Next

Error Between class analysis using bca() on BIOCLIM variables

Hi,

The input dataframe to the dudi.pca function is not correct. The pac.ade4 object is therefore bad, and the bca analysis complains about the number of axes (<=0). The scientific names (genus species) span on 2 separate columns, so using batrapair[,2:20] selects the species name as the first column of the data table. You should try to use batrapair[,3:20].

Jean

--
Jean Thioulouse
http://pbil.univ-lyon1.fr/JTHome/Biblio/



Le 10 mai 2012 ? 00:09, Julian WITTISCHE a ?crit :