getBeta_mu {zinbwave} | R Documentation |
Given an object that describes a matrix of zero-inflated distributions, returns the matrix of parameters associated with X_mu
getBeta_mu(object, ...)
object |
an object that describes a matrix of zero-inflated distributions. |
... |
Additional parameters. |
the matrix of beta_mu parameters
a <- zinbModel(n=5, J=10) getBeta_mu(a)