View source: R/estimate_betas.R
Estimate the Betas for Fixed Dispersions
1 2 3 4 5 6 7 8 9 | 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.