search for: ncatest2

Displaying 1 result from an estimated 1 matches for "ncatest2".

Did you mean: ncatest
2006 Mar 22
1
error message with stats package fx cor R aqua v1.14
...o overcome that divide by 0 error btw but my real issue is this: I specify the method as pearson but the error messages always say kendall ex) > read.csv("ncatest.csv", header = FALSE, sep = ",", dec=".")->ncatest > ncatest<- ncatest[,-1] > rownames(ncatest2)<- ncatest[,1] > ncatest2<-as.matrix(ncatest2) > > dim(ncatest2) [1] 10482 11 > cornca<-cor(ncatest2, method="pearson") Warning message: the standard deviation is zero in: cor(x, y, na.method, method == "kendall") I would like to confirm that i am us...