View source: R/estimate_betas.R
estimate_betas_fisher_scoring | R Documentation |
Estimate the Betas for Fixed Dispersions
estimate_betas_fisher_scoring(
Y,
model_matrix,
offset_matrix,
dispersions,
beta_mat_init,
ridge_penalty,
try_recovering_convergence_problems = TRUE
)
a list with two elements
Beta
a matrix with one column for each coefficient
iterations
the number of iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.