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

newWR 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)

fedeago/NewWave documentation built on March 28, 2022, 5:46 a.m.