Re: [R] many correlations

2008-09-10 Thread William Revelle
Stephen and Jorge, Perhaps a simpler solution is to use the which function test.data <- Harman74.cor$cov#a test data set td <- test.data * lower.tri(test.data) #this will examine only the lower off diagonal elements td.1 <- which(abs(td)>.6,arr.ind=TRUE) # the critical pairs td.2 <- td

Re: [R] many correlations

2008-09-03 Thread Jorge Ivan Velez
Dear Stephen, Perhaps thispost could helps. In general: # Function correl.stats=function(X, method = "pearson", use = "complete" , conf.level = 0.95){ require(forward) combs=t(fwd.combn(colnames(X

[R] many correlations

2008-09-03 Thread stephen sefick
I have one hundred and six independent variable that I would like to preform a correlation analysis on. Is there anyway to only get the values that are abolute value 0.6 or greater. thanks -- Stephen Sefick Research Scientist Southeastern Natural Sciences Academy Let's not spend our time and r