nb.regression.parseModel | R Documentation |
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.
nb.regression.parseModel(alpha, A.mu)
alpha |
the vectors of parameters c(a.mu) concatenated |
A.mu |
matrix of the model (default=empty) |
A list with slot logMu
,
nb.loglik.regression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.