getX_mu {zinbwave} | R Documentation |
Given an object that describes a matrix of zero-inflated distributions, returns the sample-level design matrix for mu
getX_mu(object, ...)
object |
an object that describes a matrix of zero-inflated distributions. |
... |
Additional parameters. |
the sample-level design matrix for mu
a <- zinbModel(n=5, J=10) getX_mu(a)