newW {NewWave}R Documentation

Returns the low-dimensional matrix of inferred sample-level covariates W

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

newW(object)

Arguments

object

a newmodel object, typically the result of newFit.

Value

the matrix W of inferred sample-level covariates.

Examples

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

[Package NewWave version 1.0.2 Index]