adw96 / DivNet

diversity estimation under ecological networks
83 stars 18 forks source link

2 taxa #5

Closed adw96 closed 6 years ago

adw96 commented 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

adw96 commented 6 years ago

I still need to do this, but seriously, who has 2 taxa??

adw96 commented 6 years ago

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!!!!