newAlpha {NewWave} | R Documentation |
Given an object that describes a matrix of negative binomial distributions, returns the matrix of parameters associated with W for the mean part (mu)
newAlpha(object, ...)
object |
an object that describes a matrix of negative binomial distributions. |
... |
Additional parameters. |
the matrix of alpha parameters
a <- newmodel(n=5, J=10) newAlpha(a)