newTheta {NewWave} | R Documentation |
Given an object that describes a matrix of negative binomial negative binomial
distributions, returns the vector of inverse dispersion parameters
theta
.
newTheta(object)
object |
an object that describes a matrix of negative binomial distributions. |
the vector of inverse dispersion parameters theta
a <- newmodel(n=5, J=10) newTheta(a)