newTheta: Returns the vector of inverse dispersion parameters

newThetaR 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)

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