newBeta: Returns the matrix of paramters beta

newBetaR Documentation

Returns the matrix of paramters beta

Description

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

Usage

newBeta(object, ...)

Arguments

object

an object that describes a matrix of negative binomial distributions.

...

Additional parameters.

Value

the matrix of beta parameters

Examples

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

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