View source: R/simulatePhyloPoissonLogNormal.R
NB_to_PLN | R Documentation |
From the parameters of a negative binomial (mean and dispersion), compute the parameters of a Poisson log-normal with the same expectation and variance.
NB_to_PLN(mean, dispersion)
mean |
mean of the negative binomial. |
dispersion |
dispersion of the negative binomial. |
A list, with:
Mean of the Poisson log normal in the log space.
Variance of the Poisson log normal in the log space.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.