View source: R/estimate_betas.R
estimate_betas_group_wise | R Documentation |
Estimate the Betas for Fixed Dispersions
estimate_betas_group_wise(
Y,
offset_matrix,
dispersions,
beta_group_init = NULL,
beta_mat_init = NULL,
groups,
model_matrix
)
a list with three elements
Beta
a matrix with one column per group and a row for each gene
iterations
the number of iterations from the Newton-Raphson method
deviances
the deviance for each gene (sum of the deviance per group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.