newGamma: Returns the matrix of paramters gamma

Description Usage Arguments Value Examples

Description

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

Usage

1
newGamma(object, ...)

Arguments

object

an object that describes a matrix of negative binomial distributions.

...

Additional parameters.

Value

the matrix of gamma parameters

Examples

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

NewWave documentation built on Dec. 26, 2020, 6 p.m.