newPhi: Returns the vector of dispersion parameters

newPhiR Documentation

Returns the vector of dispersion parameters

Description

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

Usage

newPhi(object)

Arguments

object

an object that describes a matrix of negative binomial. distributions.

Value

the vector of dispersion parameters

Examples

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

fedeago/NewWave documentation built on March 28, 2022, 5:46 a.m.