newW: Returns the low-dimensional matrix of inferred sample-level...

Description Usage Arguments Value Examples

Description

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.

Usage

1
newW(object)

Arguments

object

a newmodel object, typically the result of newFit.

Value

the matrix W of inferred sample-level covariates.

Examples

1
2
a <- newmodel(n=5, J=10)
newW(a)

NewWave documentation built on Dec. 26, 2020, 6 p.m.