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