M_step: Perform M step of EM algorithm

Description Usage Arguments

View source: R/RcppExports.R

Description

Perform M step of EM algorithm

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
M_step(
  X,
  y_j,
  p,
  j,
  a,
  k,
  all_wts,
  keep,
  offset,
  theta,
  coefs_j,
  phi_j,
  cl_phi,
  est_covar,
  est_beta,
  lambda,
  alpha,
  IRLS_tol,
  CDA_tol,
  maxit_IRLS,
  maxit_CDA
)

Arguments

X

design matrix


DavidKLim/FSCseq documentation built on Dec. 12, 2021, 3:46 a.m.