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

Description Usage Arguments Value Examples

Description

Given an object that contains the fit of a ZINB-WaVE model, returns the matrix W of low-dimensional matrix of inferred sample-level covariates.

Usage

1
getW(object)

Arguments

object

a ZinbModel object, typically the result of zinbFit.

Value

the matrix W of inferred sample-level covariates.

Examples

1
2
a <- zinbModel(n=5, J=10)
getW(a)

zinbwave documentation built on Nov. 8, 2020, 8:11 p.m.