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