Olá pessoal, <br>Estou analisando alguns dados para um artigo, entretanto não consigo rodar a correlação do jeito que desejo.<br clear="all">Meu problema é um pouco parecido com o descrito nesse link <a href="http://stats.stackexchange.com/questions/24980/correlation-between-matrices-in-r" target="_blank">http://stats.stackexchange.com/questions/24980/correlation-between-matrices-in-r</a><span onmouseout="cancel = false; window.setTimeout(WRCHideContent, 1000); clearTimeout(showTimer);" onmouseover=" var self = this; showTimer = window.setTimeout(function(){WRCShowContent({'rating':{'value':100,'weight':12},'flags':{},'single':true,'ttl':7200,'expireTime':'20120430184624'}, self.className)},600);" class="wrc11" style="padding-right:16px;width:16px;height:16px"></span>
 , pois eu desejo obter um único valor que corresponda a correlação, mas
 como eu divido os valores do arquivo em algumas dimensões que me 
interesso, não consigo obter esse valor único.<br>
<br>Eu li o arquivo,separo cada coluna na dimensão que desejo analisar e
 tento fazer a correlação entre as dimensões mas só obtenho a correlação
 dos itens.<br><br>teste<-read.table("1_analise.txt", header=T)<br><div id=":2tt">
<br>a<-teste[1]<br>b<-teste[2]<br>c<-teste[3]<br>d<-teste[4]<br>e<-teste[5]<br>estrutura<-cbind(a,b,c,d,e)<br><br>a<-teste[6]<br>b<-teste[7]<br>c<-teste[8]<br>d<-teste[9]<br>e<-teste[10]<br>

f<-teste[11]<br>g<-teste[12]<br><br>cultura<-cbind(a,b,c,d,e,f,g)<br><br>correlacao1<-cor(estrutura,cultura)<br><br>Com a última linha do código, gostaria de obter algo como a tabela 3 deste link <a href="http://www.tlainc.com/articl292.htm" target="_blank">http://www.tlainc.com/articl292.htm</a><span onmouseout="cancel = false; window.setTimeout(WRCHideContent, 1000); clearTimeout(showTimer);" onmouseover=" var self = this; showTimer = window.setTimeout(function(){WRCShowContent({'rating':{},'flags':{},'single':true,'ttl':7200,'expireTime':'20120430193620'}, self.className)},600);" class="wrc0" style="padding-right:16px;width:16px;height:16px"></span>.</div>
<br>-- <br><p style="margin-bottom:0pt;text-align:left"><b style="font-family:times new roman,serif"><span style="font-size:12pt;line-height:115%">Débora de Vasconcelos Martins</span></b><b><span style="font-size:12pt;line-height:115%;font-family:"Cambria","serif""><br clear="all">



</span></b><span style="font-family:"Cambria","serif""><font style="font-family:tahoma,sans-serif" size="2">Graduanda em Ciência da
Computação<br clear="all">
Universidade Estadual do Ceará<br clear="all">
Bolsista do Programa de Educação Tutorial - PET</font><br clear="all">
<a style="font-family:verdana,sans-serif" href="http://petcomp.uece.br/" target="_blank">http://petcomp.uece.br</a><span onmouseout="cancel = false; window.setTimeout(WRCHideContent, 1000); clearTimeout(showTimer);" onmouseover=" var self = this; showTimer = window.setTimeout(function(){WRCShowContent({'rating':{'value':95,'weight':15},'flags':{},'single':false,'ttl':7200,'expireTime':'20120430192910'}, self.className)},600);" class="wrc11" style="padding-right:16px;width:16px;height:16px"></span><span style="padding-right:16px;width:16px;height:16px"></span><span style="padding-right:16px;width:16px;height:16px"></span><span style="padding-right:16px;width:16px;height:16px"></span></span></p>
<br>