newGamma {NewWave}R Documentation

Returns the matrix of paramters gamma

Description

Given an object that describes a matrix of negative binomial distributions, returns the matrix of parameters associated with V

Usage

newGamma(object, ...)

Arguments

object

an object that describes a matrix of negative binomial distributions.

...

Additional parameters.

Value

the matrix of gamma parameters

Examples

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

[Package NewWave version 1.2.0 Index]