getBeta_pi: Returns the matrix of paramters beta_pi

getBeta_piR Documentation

Returns the matrix of paramters beta_pi

Description

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

Usage

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

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

drisso/zinbwave documentation built on March 18, 2024, 5:13 p.m.