Learn R Programming

geeVerse (version 0.3.0)

.update_beta: Update Beta Coefficients for One Iteration

Description

This is an internal helper function to compute the update step for beta.

Usage

.update_beta(
  x_active,
  y,
  mu,
  beta_current,
  R,
  nobs,
  tau,
  n_subjects,
  cluster_indices,
  lambda,
  penalty_factor_active,
  f0 = NULL
)

Arguments