getEpsilon_zeta {zinbwave}R Documentation

Returns the regularization parameter for the dispersion parameter

Description

The regularization parameter penalizes the variance of zeta, the log of the dispersion parameters across samples.

Usage

getEpsilon_zeta(object)

Arguments

object

an object that describes a matrix of zero-inflated distributions.

Value

the regularization parameters for zeta.

Examples

a <- zinbModel(n=5, J=10)
getEpsilon_zeta(a)

[Package zinbwave version 1.15.3 Index]