newAlpha: Returns the matrix of paramters alpha

Description Usage Arguments Value Examples

Description

Given an object that describes a matrix of negative binomial distributions, returns the matrix of parameters associated with W for the mean part (mu)

Usage

1
newAlpha(object, ...)

Arguments

object

an object that describes a matrix of negative binomial distributions.

...

Additional parameters.

Value

the matrix of alpha parameters

Examples

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

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