Closed adw96 closed 6 years ago
W <- matrix(rpois(16, 10), nrow=4) W divnet(W) w2 <- W w2[,4] <- 0 w2 divnet(w2) w2[,3] <- 0 w2 divnet(w2)
2 taxa should be possible -- overdispersed binomial is just as legitimate. TODO
I still need to do this, but seriously, who has 2 taxa??
Actually this is not a real problem -- I'm going to close it. If anyone wants to estimate the diversity with 2 taxa, feel free to reopen!!!!
W <- matrix(rpois(16, 10), nrow=4) W divnet(W) w2 <- W w2[,4] <- 0 w2 divnet(w2) w2[,3] <- 0 w2 divnet(w2)
2 taxa should be possible -- overdispersed binomial is just as legitimate. TODO