newZeta {NewWave}R Documentation

Returns the vector of log of inverse dispersion parameters

Description

Given an object that describes a matrix of negative binomial negative binomial distributions, returns the vector zeta of log of inverse dispersion parameters

Usage

newZeta(object)

Arguments

object

an object that describes a matrix of negative binomial distributions.

Value

the vector zeta of log of inverse dispersion parameters

Examples

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

[Package NewWave version 1.2.0 Index]