You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 212 of calculate_spec_and_pval throws error "Error in rao_genetic_max(p = abunds_mat[species_inds_4_max[1]], D = env, :
p and D incompatible lengths." when length(species_inds_4_max) == 1.
I think line 212 needs a comma before species_inds_4_max[1].
Full line should read: p=abunds_mat[,species_inds_4_max[1]],
Please advise if this is indeed the error or if it is inappropriate to run analyses when length(species_inds_4_max) == 1.
The text was updated successfully, but these errors were encountered:
Line 212 of calculate_spec_and_pval throws error "Error in rao_genetic_max(p = abunds_mat[species_inds_4_max[1]], D = env, :
p and D incompatible lengths." when length(species_inds_4_max) == 1.
I think line 212 needs a comma before species_inds_4_max[1].
Full line should read: p=abunds_mat[,species_inds_4_max[1]],
Please advise if this is indeed the error or if it is inappropriate to run analyses when length(species_inds_4_max) == 1.
The text was updated successfully, but these errors were encountered: