getAlpha_pi {zinbwave} | R Documentation |
Given an object that describes a matrix of zero-inflated distributions, returns the matrix of parameters associated with W for the zero part (pi)
getAlpha_pi(object, ...)
object |
an object that describes a matrix of zero-inflated distributions. |
... |
Additional parameters. |
the matrix of alpha_pi parameters
a <- zinbModel(n=5, J=10) getAlpha_pi(a)