Fit joint mean-covariance models based on MCD.
mcd_estimation(m, Y, X, Z, W, start, mean, trace = FALSE, profile = TRUE,
errormsg = FALSE, covonly = FALSE, optim_method = "default")an integer vector of numbers of measurements for subject.
a vector of responses for all subjects.
model matrix for the mean structure model.
model matrix for the diagonal matrix.
model matrix for the lower triangular matrix.
starting values for the parameters in the model.
when covonly is true, it is used as the given mean.
the values of the objective function and the parameters are printed for all the trace'th iterations.
whether parameters should be estimated sequentially using the idea of profile likelihood or not.
whether or not the error message should be print.
estimate the covariance structure only, and use given mean.
optimization method, choose "default" or "BFGS"(vmmin in R).
acd_estimation for joint mean covariance model fitting
based on ACD, hpc_estimation for joint mean covariance
model fitting based on HPC.