Cyclical coordinate descent algorithm for the M-step in the EM Algorithm for the maximizing the soft constraint model likelihood.
rand.eff.coord.desc.unpenalized(
Y,
M,
A,
C = NULL,
first.moment,
second.moment,
err.tol.out = 1e-08,
err.tol.med = 1e-08,
max.itr = 10000
)
A list containing point estimates of the soft constraint model parameters and an indicator of whether the algorithm converges.
A (n x 1) continuous outcome vector.
A (n x p_m) matrix of mediators.
A (n x 1) vector of exposures.
A (n x p_c) matrix of confounders and adjustment covariates. If there are no confounders or adjustment covariates set C = NULL.
Posterior expectation of the total effect parameter.
Posterior expection of the squared total effect parameter.
Termination condition for cyclical coordinate descent algorithm with respect to the outcome model parameters.
Termination condition for cyclical coordinate descent algorithm with respect to the mediator model parameters.
Maximum number of iterations for cyclical coordinate descent algorithm.