getEpsilon_gamma_mu: Returns the vector of regularization parameter for gamma_mu

getEpsilon_gamma_muR Documentation

Returns the vector of regularization parameter for gamma_mu

Description

Given an object describing a ZINB model, returns a vector of size the number of columns in the parameter gamma_mu with the regularization parameters associated to each row.

Usage

getEpsilon_gamma_mu(object)

Arguments

object

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

Value

the regularization parameters for gamma_mu.

Examples

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

drisso/zinbwave documentation built on March 18, 2024, 5:13 p.m.