estimate_betas_group_wise {glmGamPoi}R Documentation

Estimate the Betas for Fixed Dispersions

Description

Estimate the Betas for Fixed Dispersions

Usage

estimate_betas_group_wise(
  Y,
  offset_matrix,
  dispersions,
  beta_group_init = NULL,
  beta_mat_init = NULL,
  groups,
  model_matrix
)

Value

a list with three elements


[Package glmGamPoi version 1.2.0 Index]