newEpsilon_zeta {NewWave}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

newEpsilon_zeta(object)

Arguments

object

an object that describes a matrix of negative binomial distributions.

Value

the regularization parameters for zeta.

Examples

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

[Package NewWave version 1.3.0 Index]