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