getBeta_pi: Returns the matrix of paramters beta_pi

Description Usage Arguments Value Examples

Description

Given an object that describes a matrix of zero-inflated distributions, returns the matrix of parameters associated with X_pi

Usage

1
getBeta_pi(object, ...)

Arguments

object

an object that describes a matrix of zero-inflated distributions.

...

Additional parameters.

Value

the matrix of beta_pi parameters

Examples

1
2
a <- zinbModel(n=5, J=10)
getBeta_pi(a)

zinbwave documentation built on Nov. 8, 2020, 8:11 p.m.