"data" is the species abundance matrix
##"site" is the environmant covariance matrix
##HU is a factor in site
fit PLN model
PLNMODEL<- PLN(data~site$HU)
Initialization...
Adjusting a PLN model with full covariance model
Post-treatments...
DONE!
Warning message:
In dpois(y, mu, log = TRUE) : non-integer x = 1.214953
Follow is my questions:
- I am not sure whether the warning message is because of too limit data or too many zero in the data;
- The model can still run and I can get the result of the inference network, so I am curious whether this result is robust;
- I also want to know that if the result is not robust what can I do to infer species interaction network?
"data" is the species abundance matrix
##"site" is the environmant covariance matrix
##HU is a factor in site
fit PLN model
Follow is my questions: