<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:'Times New Roman', Times, serif;" dir="ltr">
<p>Boa tarde listeiros,</p>
<p><br>
</p>
<p>Estou iniciando meus estudos por conta própria em cima das análises não paramétricas, e decidi começar pelo teste de Kruskal-Wallis.</p>
<p>Porém ao comparar duas funções diferentes com a finalidade de realizar as comparações múltiplas entre os tratamentos notei diferenças entre os valores de "diferença crítica".</p>
<p><br>
</p>
<p>Me refiro ao "kruskal()" do pacote agricolae e ao "kruskalmc()" do pacote pgirness.</p>
<p><br>
</p>
<p>Qual dessas funções vocês acham mais adequada para realizar as comparações? Ou se há outra mais apropriada...</p>
<p><br>
</p>
<p><br>
</p>
<p>Segue os comandos para reprodução:</p>
<p></p>
<div><br>
</div>
<div>Tratamentos <-rep(c("A","B","C"), each=6) </div>
<div>resposta <- c(6.0,5.0,4.0,3.0,5.0,5.0,3.0,3.0,3.0,4.0,3.0,2.0,5.0,4.0,4.0,5.0,4.5,4.5)</div>
<div><br>
</div>
<div># Opção 1:</div>
<div><br>
</div>
<div>require(agricolae)</div>
<div>kw <- kruskal(resposta, Tratamentos); kw</div>
<div><br>
</div>
<div># Opção 2:</div>
<div><br>
</div>
<div>require(pgirmess)</div>
<div>kruskalmc(resposta, Tratamentos)</div>
<div><br>
</div>
<div>Desde já muito obrigado!</div>
<br>
<p></p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:'Times New Roman',Times,serif">
<font face="Times New Roman" size="3" style="font-size:12pt"><span class="ecxyiv1220415869ecxApple-style-span" style="line-height:20px; background-color:rgb(255,255,255)">
<div style="line-height:17px; text-align:center"><font style="line-height:normal"><b style="line-height:17px">..................</b></font></div>
<div style="line-height:17px; text-align:center"><font style="line-height:normal"><b style="line-height:17px">Eng. Agr. Maurício Sangiogo</b></font></div>
<div style="line-height:17px; text-align:center"><font style="line-height:normal"><b style="line-height:17px">Mestre em Fitossanidade - UFPel</b></font></div>
<div style="line-height:17px; text-align:center"><font style="line-height:normal"><b style="line-height:17px">Doutorando em Fitossanidade - UFPel</b></font></div>
<div style="line-height:17px; text-align:center"><font class="ecxyiv1220415869ecxApple-style-span" style="line-height:normal">TEL:(55) 96822030</font></div>
<div style="line-height:17px; text-align:center"><span class="ecxyiv1220415869ecxApple-style-span" style="font-size:12pt">  </span><span class="ecxyiv1220415869ecxApple-style-span" style="font-size:12pt"></span></div>
</span></font></div>
</div>
</div>
</body>
</html>