estimate_betas_fisher_scoring {glmGamPoi}R 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


[Package glmGamPoi version 1.6.0 Index]