getPhi: Returns the vector of dispersion parameters

getPhiR Documentation

Returns the vector of dispersion parameters

Description

Given an object that describes a matrix of zero-inflated negative binomial distributions, returns the vector of dispersion parameters phi.

Usage

getPhi(object)

Arguments

object

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

Value

the vector of dispersion parameters

Examples

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

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