newPhi | R Documentation |
Given an object that describes a matrix of negative binomial negative binomial
distributions, returns the vector of dispersion parameters phi
.
newPhi(object)
object |
an object that describes a matrix of negative binomial. distributions. |
the vector of dispersion parameters
a <- newmodel(n=5, J=10) newPhi(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.