getW | 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 |
a |
the matrix W
of inferred sample-level covariates.
a <- zinbModel(n=5, J=10)
getW(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.