nb.regression.parseModel: Parse ZINB regression model

View source: R/optimnb.R

nb.regression.parseModelR Documentation

Parse ZINB regression model

Description

Given the parameters of a NB regression model, this function parses the model and computes the vector of log(mu), and the dimensions of the different components of the vector of parameters. See nb.loglik.regression for details of the NB regression model and its parameters.

Usage

nb.regression.parseModel(alpha, A.mu)

Arguments

alpha

the vectors of parameters c(a.mu) concatenated

A.mu

matrix of the model (default=empty)

Value

A list with slot logMu,

See Also

nb.loglik.regression


drisso/learn2count documentation built on March 25, 2023, 4:21 p.m.