estimate_betas_roughly {glmGamPoi}R Documentation

Make a quick first guess where reasonable beta would be

Description

Make a quick first guess where reasonable beta would be

Usage

estimate_betas_roughly(
  Y,
  model_matrix,
  offset_matrix,
  pseudo_count = 1,
  ridge_penalty = NULL
)

Value

a matrix with one column for each coefficient


[Package glmGamPoi version 1.4.0 Index]