getGamma_mu: Returns the matrix of paramters gamma_mu

getGamma_muR Documentation

Returns the matrix of paramters gamma_mu

Description

Given an object that describes a matrix of zero-inflated distributions, returns the matrix of parameters associated with V_mu

Usage

getGamma_mu(object, ...)

Arguments

object

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

...

Additional parameters.

Value

the matrix of gamma_mu parameters

Examples

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

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