getW {zinbwave} | R Documentation |
Given an object that contains the fit of a ZINB-WaVE model, returns the
matrix W
of low-dimensional matrix of inferred sample-level
covariates.
getW(object)
object |
the matrix W
of inferred sample-level covariates.
a <- zinbModel(n=5, J=10) getW(a)