View source: R/poisson_dispersion.R
poissonDispersion | R Documentation |
Poisson Dispersion
poissonDispersion(y, rate = NULL, n = NULL)
y |
Sparse matrix (can be a matrix, dgCMatrix, or SparseMatrix). |
rate |
Row-wise rates. |
n |
Total counts in each column. |
Row-wise Poisson dispersion
data("tenx_subset")
disp <- poissonDispersion(tenx_subset)
hist(disp, nclass = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.