newTheta {NewWave}R Documentation

Returns the vector of inverse dispersion parameters

Description

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

Usage

newTheta(object)

Arguments

object

an object that describes a matrix of negative binomial distributions.

Value

the vector of inverse dispersion parameters theta

Examples

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

[Package NewWave version 1.4.0 Index]