estimate_betas_fisher_scoring: Estimate the Betas for Fixed Dispersions

View source: R/estimate_betas.R

estimate_betas_fisher_scoringR Documentation

Estimate the Betas for Fixed Dispersions

Description

Estimate the Betas for Fixed Dispersions

Usage

estimate_betas_fisher_scoring(
  Y,
  model_matrix,
  offset_matrix,
  dispersions,
  beta_mat_init,
  ridge_penalty,
  try_recovering_convergence_problems = TRUE
)

Value

a list with two elements

  • Beta a matrix with one column for each coefficient

  • iterations the number of iterations


const-ae/glmGamPoi documentation built on Feb. 13, 2024, 1:35 a.m.