<div dir="ltr"><div><div><div>Caro Colegas,<br><br></div>Boa noite.<br><br></div>Estou fazendo uma análise de dados de contagem de nematóides móveis e imóveis sob efeito de 9 tratamentos em um modelo linear generalizado com distribuição binomial. Estou com duvida se estou usando o modelo corretamente e porque os coeficientes relacionados ao tratamentos B T-12 e B T-24 não foram significativos.<br><br>Algum colega poderia me ajudar?<br><br>Obrigado.<br><br></div><b>CMR</b><br><div><div><div><div><div><div><br>sub_data <- structure(list(tratamento = structure(c(1L, 1L, 1L, 1L, 1L, 1L, <br>2L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, <br>4L, 4L, 5L, 5L, 5L, 5L, 5L, 5L, 6L, 6L, 6L, 6L, 6L, 6L, 7L, 7L, <br>7L, 7L, 7L, 7L, 8L, 8L, 8L, 8L, 8L, 8L, 9L, 9L, 9L, 9L, 9L, 9L<br>), .Label = c("A", "B", "B T-0", "B T-1", "B T-2", <br>"B T-3", "B T-6", "B T-12", "B T-24"), class = "factor"), <br>    repeticao = c(1L, 2L, 3L, 4L, 5L, 6L, 1L, 2L, 3L, 4L, 5L, <br>    6L, 5L, 5L, 5L, 5L, 5L, 5L, 1L, 2L, 3L, 4L, 5L, 6L, 1L, 2L, <br>    3L, 4L, 5L, 6L, 1L, 2L, 3L, 4L, 5L, 6L, 1L, 2L, 3L, 4L, 5L, <br>    6L, 1L, 2L, 3L, 4L, 5L, 6L, 1L, 2L, 3L, 4L, 5L, 6L), moveis = c(20L, <br>    11L, 20L, 15L, 20L, 20L, 18L, 20L, 20L, 20L, 20L, 20L, 16L, <br>    20L, 20L, 20L, 14L, 21L, 5L, 5L, 6L, 4L, 5L, 5L, 8L, 6L, <br>    7L, 5L, 6L, 5L, 2L, 1L, 1L, 3L, 2L, 2L, 0L, 1L, 3L, 1L, 0L, <br>    3L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L), imoveis = c(0L, <br>    0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 5L, 5L, 5L, <br>    4L, 5L, 16L, 15L, 14L, 21L, 20L, 21L, 13L, 14L, 13L, 14L, <br>    14L, 14L, 28L, 19L, 32L, 18L, 26L, 26L, 33L, 29L, 24L, 28L, <br>    21L, 22L, 22L, 20L, 20L, 20L, 20L, 10L, 20L, 12L, 16L, 18L, <br>    13L, 20L)), .Names = c("tratamento", "repeticao", "moveis", <br>"imoveis"), class = "data.frame", row.names = c(NA, 54L))<br clear="all"><div><br>glm_out <- glm(cbind(imoveis, moveis) ~ tratamento -1,  family=binomial, data = sub_data)<br><br>summary(glm_out)<br><br>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(255,255,255)">Alisson Lucrecio da Costa</span></div></div>
</div></div></div></div></div></div></div></div>