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
When I am trying to run:
CVA(dataarray=PC.size.P4$x, groups=speciesID, weighting = T, plot = T, rounds = 100, cv = T, p.adjust.method = "none", robust = c("classical"))
I receive this error:
Error in if (rho > pi/2) CV[, i] <- -CV[, i] :
missing value where TRUE/FALSE needed
I know this is from the cv=T argument because when I change it to false, the code runs fine. I have use this same data array and groups classification in different combinations with no issues.
My email is mwyatt@uoregon.edu if you need more information about the code.
The text was updated successfully, but these errors were encountered:
When I am trying to run:
CVA(dataarray=PC.size.P4$x, groups=speciesID, weighting = T, plot = T, rounds = 100, cv = T, p.adjust.method = "none", robust = c("classical"))
I receive this error:
Error in if (rho > pi/2) CV[, i] <- -CV[, i] :
missing value where TRUE/FALSE needed
I know this is from the cv=T argument because when I change it to false, the code runs fine. I have use this same data array and groups classification in different combinations with no issues.
My email is mwyatt@uoregon.edu if you need more information about the code.
The text was updated successfully, but these errors were encountered: