newAlpha {NewWave}R Documentation

Returns the matrix of paramters alpha

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

newAlpha(object, ...)

Arguments

object

an object that describes a matrix of negative binomial distributions.

...

Additional parameters.

Value

the matrix of alpha parameters

Examples

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

[Package NewWave version 1.2.0 Index]