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