<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div>Prezados,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">alguém saberia me dizer o que aconteceu com as funções do pacote synbreed ??? </div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">Grande parte delas não podem ser encontradas quando se roda a rotina conforme o manual.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style:
 normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">Abaixo encontra-se o início da rotina descrita no manual do pacote synbreed, onde já existe o erro de função não encontrada.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">Desde já agradeço.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style:
 normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="background-color: transparent;">library(synbreedData)</div><div style="background-color: transparent;">data (maize)</div><div style="background-color: transparent;"><span style="background-color: transparent; font-size: 12pt;">newDHpheno <- data.frame(Trait=1000,row.names="newDH")</span><br></div><div style="background-color: transparent;">newDHpheno</div><div style="background-color: transparent;"><br></div><div style="background-color: transparent;">#simulating genotypic data</div><div style="background-color: transparent;">newDHgeno <- matrix(sample(c(0,1), ncol(maize$geno), replace=TRUE), nrow=1)</div><div style="background-color: transparent;">rownames(newDHgeno) <- "newDH"</div><div style="background-color:
 transparent;"><br></div><div style="background-color: transparent;">#new pedigree</div><div style="background-color: transparent;">newDHpedigree <- data.frame(ID="newDH", Par1=0, Par2=0, gener=0)</div><div style="background-color: transparent;"><br></div><div style="background-color: transparent;">#new covar information</div><div style="background-color: transparent;">newDHcovar <- data.frame(family=NA, DH=1, tbv=1000, row.names="newDH")</div><div style="background-color: transparent;"><br></div><div style="background-color: transparent;"># add individual </div><div style="background-color: transparent;">maize2 <- add.individuals(maize,newDHpheno,newDHgeno,newDHpedigree,newDHcovar)</div><div style="background-color: transparent;">summary(maize2) </div><div style="background-color: transparent;">##erro em add.individuals: função não pode ser encontrada</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
 HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div></div></body></html>