<div>Caros colegas,</div><div><br></div><div>Estou realizando um exercício de parcela subdividida utilizando a função lme{nlme}. Acontece que quando rodo a função summary.glht as comparações pairwise são feitas e eu recebo as seguintes mensagens warnings: </div><div><br></div><div>Warning messages:</div><div>1: In RET$pfunction("adjusted", ...) : Completion with error > abseps</div><div>2: In RET$pfunction("adjusted", ...) : Completion with error > abseps</div><div>3: In RET$pfunction("adjusted", ...) : Completion with error > abseps</div><div>4: In RET$pfunction("adjusted", ...) : Completion with error > abseps</div><div><br></div><div>Essas mensagens no entanto não aparecem quando defino outro teste na função summary.glht</div><div><br></div><div>summary.glht(compara, test=adjusted("fdr"))</div><div><br></div><div>Porque isso ocorre? </div><div><br></div><div>Segue o CMR.</div><div><br></div><div>att</div><div><br></div><div>#install.packages(c("nlme","multcomp"))</div><div>library(nlme)</div><div>library(multcomp)</div><div><br></div>PARCSUB<-read.csv("<a href="https://www.dropbox.com/s/y8qmhwau0i8euva/ExemploSub.csv?raw=1",head=TRUE">https://www.dropbox.com/s/y8qmhwau0i8euva/ExemploSub.csv?raw=1",head=TRUE</a>)<div><br></div><div>PARCSUB<-transform(PARCSUB,PARCELA=factor(PARCELA),BLOCO=factor(BLOCO),PASTO=factor(PASTO),MINERAL=factor(MINERAL))</div><div><br>modeloPARSUBlme<-lme(PRODLEIT~BLOCO+PASTO*MINERAL,random=~1|PARCELA,data=PARCSUB)</div><div>compara<- glht(modeloPARSUBlme, linfct=mcp(PASTO="Tukey")) </div><div>summary.glht(compara)<br>==================================<br>Fernando Souza<br>Zootecnista, DSc. Produção e Alimentação Animal<br>celular: (31)99796-8781 (Vivo) / (31)97358-4685 (Tim)<br>e-mail:nandodesouza@gmail.com<br>Lattes: <a href="http://lattes.cnpq.br/6519538815038307">http://lattes.cnpq.br/6519538815038307</a><br>blog: <a href="https://producaoanimalcomr.wordpress.com/">https://producaoanimalcomr.wordpress.com/</a><br>=================================</div>