<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Para fazer uma anova em dql é só usar os seguntes comantos:<BR> <BR>trat<-factor(trat)<BR> <BR>linha<-factor(linha)<BR> <BR>coluna<-factor(coluna)<BR> <BR>av<-aov(resp~linha+coluna+trat) # Como pode ver a linha e a coluna são somadas aos tratamentos.<BR> <BR>Caso você queira fazer uma analise completa de um experimento dql eu te indico a usar a função dql()::ExpDes<BR> <BR>Att.<BR> <BR>Tiago.   <br> <BR><div><div id="SkyDrivePlaceholder"></div><hr id="stopSpelling">Date: Sat, 30 Mar 2013 11:06:32 -0700<br>From: juracimendesmoreira@yahoo.com.br<br>To: r-br@listas.c3sl.ufpr.br<br>Subject: [R-br] duvidas sobre o r<br><br><table border="0" cellSpacing="0" cellPadding="0"><tbody><tr><td style="font: inherit; font-size-adjust: inherit; font-stretch: inherit;" vAlign="top">como fazer analise de variancia em quadrado latino. qual o comando de anana</td></tr></tbody></table><br>_______________________________________________
R-br mailing list
R-br@listas.c3sl.ufpr.br
https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br
Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forne�a c�digo m�nimo reproduz�vel.</div>                                      </div></body>
</html>