newAlpha: Returns the matrix of paramters alpha

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

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