modular: Modular Functions for Joint Mean Covariance Model Fits

Description Usage Arguments

Description

Modular Functions for joint mean covariance model fits

Usage

1
2
3
4
5
6
7
ldFormula(formula, data = NULL, triple = c(3, 3, 3), cov.method = c("mcd",
  "acd", "hpc"), optim.method = c("default", "BFGS"),
  control = jmcmControl(), start = NULL)

optimizeJmcm(m, Y, X, Z, W, time, cov.method, optim.method, control, start)

mkJmcmMod(opt, args, triple, cov.method, optim.method, mc)

Arguments

formula

a two-sided linear formula object describing the covariates for both the mean and covariance matrix part of the model, with the response, the corresponding subject id and measurement time on the left of a operator~, divided by vertical bars ("|").

data

a data frame containing the variables named in formula.

triple

an integer vector of length three containing the degrees of the three polynomial functions for the mean structure, the log innovation -variances and the autoregressive or moving average coefficients when 'mcd' or 'acd' is specified for cov.method. It refers to the degree for the mean structure, variances and angles when 'hpc' is specified for cov.method.

cov.method

covariance structure modelling method, choose 'mcd' (Pourahmadi 1999), 'acd' (Chen and Dunson 2013) or 'hpc' (Zhang et al. 2015).

optim.method

optimization method, choose 'default' or 'BFGS' (vmmin in R)

control

a list (of correct class, resulting from jmcmControl()) containing control parameters, see the *jmcmControl documentation for details.

start

starting values for the parameters in the model.

m

an integer vector of number of measurements for each subject.

Y

a vector of responses for all subjects.

X

model matrix for mean structure model.

Z

model matrix for the diagonal matrix.

W

model matrix for the lower triangular matrix.

time

a vector of time from the data.

opt

optimized results returned by optimizeJmcm.

args

arguments returned by ldFormula.

mc

matched call from the calling function.


jmcm documentation built on Jan. 16, 2021, 5:32 p.m.

Related to modular in jmcm...