<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Desculpa, era complete.cases, abaixo um exemplo do help do R.<br>?complete.cases<br>#Examples<br><br>x <- airquality[, -1] # x is a regression design matrix<br>y <- airquality[,  1] # y is the corresponding response<br><br>cbind(x,y)<br>stopifnot(complete.cases(y) != is.na(y))<br>ok <- complete.cases(x,y)<br>sum(!ok) # how many are not "ok" ?<br>x <- x[ok,]<br>y <- y[ok]<br>cbind(x,y)<br><br>Nos seus dados, são poucos NA's, porque você não substitui o valor dos NA's pela média dos valores das repetições, você não acha que seria uma saída atenuante ao seu problema? <br><br>Edson Lira<br>
Estatístico<br>
Manaus-Amazonas<br><br>--- Em <b>seg, 2/5/11, Gilson Sanchez <i><gilsonsch@gmail.com></i></b> escreveu:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>De: Gilson Sanchez <gilsonsch@gmail.com><br>Assunto: [R-br] Fwd: como trabalhar os dados desbalanceados no R<br>Para: "Grupo R-Br" <r-br@listas.c3sl.ufpr.br><br>Data: Segunda-feira, 2 de Maio de 2011, 11:19<br><br><div id="yiv1064679429"><div>Pessoal disculpa só agora que consegui conectar na internet</div><div> </div><div>Walmes, é assim tenho 4 substratos, 5 cultivares e cada rep (repetiçao) é considerado um bloco (não sei se é o caso da anaova erro tipo III) e muitas outras variaveis que também apresentam NA (exemplo de dados embaixo do texto).</div>
<div> </div><div>Eu estou tentando trabalhar assim, </div><div> </div><div><font color="#ff0000">dados<-read.table("estatistica.txt", header=TRUE)<br>dados<br>library(car)<br>dados$rep<-as.factor(dados$rep)</font></div>
<div><font color="#ff0000">modelo <- lm(ptf ~ subst+cult+rep+subst:cult, data=dados, contrasts = list(subst=contr.sum,  cult=contr.sum, rep=contr.sum))<br>Anova(modelo, type="III")</font></div><div> </div><div>
Até o momento eu consigo rodar os dados de este jeito, mas se eu quero rodar os dados como segue me baixo não consigo</div><div> </div><div>anova <- lm(PTF~SUBST+CULT+REPET+SUBST:CULT, data=dados)</div><div> </div><div>
Edson, não encontrei nada sobre ?complete.case.<br></div><div>Obrigados<br></div><div> </div><div><table style="width: 215pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="287">

 <colgroup><col style="width: 48pt;" width="64">
 <col style="width: 60pt;" width="80">
 <col style="width: 48pt;" width="64">
 <col style="width: 59pt;" width="79">
 </colgroup><tbody><tr style="height: 14.25pt;" height="19">
  <td style="border: 0px none windowtext; width: 48pt; height: 14.25pt; background-color: transparent;" class="yiv1064679429xl63" height="19" width="64">subst</td>
  <td style="border: 0px none windowtext; width: 60pt; background-color: transparent;" class="yiv1064679429xl63" width="80">cult</td>
  <td style="border: 0px none windowtext; width: 48pt; background-color: transparent;" class="yiv1064679429xl63" width="64">rep</td>
  <td style="border-width: 0.5pt 0px 0px; border-style: solid none none; border-color: windowtext; width: 59pt; background-color: transparent;" class="yiv1064679429xl65" width="79">pesofresco</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">9218,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">18343,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">26750,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">12450,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">7281,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">30281,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">62468,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">27906,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">2531,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">23643,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">29062,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">74968,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">22312,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">35593,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">87062,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">47156,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">22218,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">48000,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">40406,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">coco</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">19312,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">63093,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">17406,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">50187,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">29281,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">59406,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">44281,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">49437,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">42156,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">61406,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">55375,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">6250,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">48812,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">37281,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">9406,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">75187,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">58687,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">24250,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">32750,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">36843,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">gado</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">35218,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">6125,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66">      NA</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">29562,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">70375,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">37812,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66">    NA</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">11062,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">48906,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">81718,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66">    NA</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66">    NA</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">72375,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">9531,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66">    NA</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">29812,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">66343,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">39156,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66">    NA</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">8625,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">carvão</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">66781,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">17656,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">34218,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">11343,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">setcopa</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">31718,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">35906,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">61468,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">38750,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">olympo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">42218,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">19750,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">51468,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">60156,25</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">fasinio</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">17687,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">63937,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">32000,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">21437,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">duradouro</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">28500,00</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">1</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">26593,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">2</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">32968,75</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">3</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">18687,50</td>
 </tr>
 <tr style="height: 15pt;" height="20">
  <td style="border: 0px none windowtext; height: 15pt; background-color: transparent;" class="yiv1064679429xl64" height="20">solo</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl64">debora</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl67" align="right">4</td>
  <td style="border: 0px none windowtext; background-color: transparent;" class="yiv1064679429xl66" align="right">26312,50</td>
 </tr>

</tbody></table><br><br></div><div class="yiv1064679429gmail_quote">---------- Forwarded message ----------<br>From: <b class="yiv1064679429gmail_sendername">Gilson Sanchez</b> <span dir="ltr"><<a rel="nofollow" ymailto="mailto:gilsonsch@gmail.com" target="_blank" href="/mc/compose?to=gilsonsch@gmail.com">gilsonsch@gmail.com</a>></span><br>
Date: 2011/4/30<br>Subject: como trabalhar os dados desbalanceados no R<br>To: Grupo R-Br <<a rel="nofollow" ymailto="mailto:r-br@listas.c3sl.ufpr.br" target="_blank" href="/mc/compose?to=r-br@listas.c3sl.ufpr.br">r-br@listas.c3sl.ufpr.br</a>><br><br><br><br><div class="yiv1064679429gmail_quote"><div>Pessoal,</div>
<div> </div><div>mais uma vez consultando vc's</div><div>tenho um amigo que esta avaliando 4 substratos, 5 cultivares e 4 repetições e muitas variáves de estudo.</div><div>
então dentro das avaliações ele perdeu alguns dados, no SAS esses dados perdidos são inseridos como ponto (.) no R são inseridos como NA, mas quando eu tento fazer uma anova eu não consigo, sai erro, então como eu posso trabalhar com esses tipos de dados</div>


<div> </div><div>dados<-read.table("dados.estatistica.txt", header=TRUE)<br>dados<br>attach(dados)<br>anova <- lm(PTF~SUBST+CULT+REPET+SUBST:CULT, data=dados)<br></div><div>> anova <- lm(PTF~SUBST+CULT+REPET+SUBST:CULT, data=dados.y)<br>


Erro em storage.mode(y) <- "double" : <br>  inválido mudar o modo de armazenamento de um fator<br>Além disso: Mensagens de aviso perdidas:<br>In model.response(mf, "numeric") :<br>  usando type="numeric" com um fator resposta será ignorada<br>


</div><div>outro, eu utlizaria o erro tipo III na anova?<br clear="all"><br>-- <br></div><div>MSc. Gilson Sánchez Chia<br></div>
<p style="margin: 0cm 0cm 0pt;"><font face="Calibri" size="3">Laboratório de Fisiologia Vegetal</font></p>
<p style="margin: 0cm 0cm 0pt;"><font face="Calibri" size="3">Embrapa Amazônia Ocidental</font></p>
<p style="margin: 0cm 0cm 0pt;"><font face="Calibri" size="3">Fone: (92) 3303-7841</font></p>
<div>---<br><font color="#000099">Antes de imprimir, pense na sua responsabilidade com o Meio Ambiente.</font></div>
<div><span lang="en-us"><font color="#000099" face="arial,helvetica,sans-serif">Please consider the environment before printing this email.</font></span></div>
<div><span lang="en-us">
<div><span lang="en-us"><font color="#000099"><font face="arial,helvetica,sans-serif">Renew, Reduce and Recycle. The Planet Knows.</font></font></span></div></span></div></div>
</div><br><br clear="all"><br>-- <br><div>MSc. Gilson Sánchez Chia<br></div>
<p style="margin: 0cm 0cm 0pt;"><font face="Calibri" size="3">Laboratório de Fisiologia Vegetal</font></p>
<p style="margin: 0cm 0cm 0pt;"><font face="Calibri" size="3">Embrapa Amazônia Ocidental</font></p>
<p style="margin: 0cm 0cm 0pt;"><font face="Calibri" size="3">Fone: (92) 3303-7841</font></p>
<div>---<br><font color="#000099">Antes de imprimir, pense na sua responsabilidade com o Meio Ambiente.</font></div>
<div><span lang="en-us"><font color="#000099" face="arial,helvetica,sans-serif">Please consider the environment before printing this email.</font></span></div>
<div><span lang="en-us">
<div><span lang="en-us"><font color="#000099"><font face="arial,helvetica,sans-serif">Renew, Reduce and Recycle. The Planet Knows.</font></font></span></div></span></div><br>
</div><br>-----Anexo incorporado-----<br><br><div class="plainMail">_______________________________________________<br>R-br mailing list<br><a ymailto="mailto:R-br@listas.c3sl.ufpr.br" href="/mc/compose?to=R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a><br><a href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br" target="_blank">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a><br></div></blockquote></td></tr></table>