getGamma_pi {zinbwave}R Documentation

Returns the matrix of paramters gamma_pi

Description

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

Usage

getGamma_pi(object, ...)

Arguments

object

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

...

Additional parameters.

Value

the matrix of gamma_pi parameters

Examples

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

[Package zinbwave version 1.12.0 Index]