newEpsilon_beta: Returns the vector of regularization parameter for beta

newEpsilon_betaR Documentation

Returns the vector of regularization parameter for beta

Description

Given an object describing a nb model, returns a vector of size the number of rows in the parameter beta with the regularization parameters associated to each row.

Usage

newEpsilon_beta(object)

Arguments

object

an object that describes a matrix of negative binomial distributions.

Value

the regularization parameters for beta.

Examples

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

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