coxmeta.initialize( ipd.formula,
meta.formula,
random.formula,
ipd.data,
meta.data,
ipd.groups,
meta.groups,
sigma2,
study.group.interaction,
beta.index
)
coxph
, Surv(time,event)~trt*x
surv~log(time)+trt*x
meta.data
meta.data
beta.indices
model
and params
. The components of model
are the output of coxmeta.data.objects
, which consists of
cox
(IPD) and surv
(Study) components. These are lists
having formula, data, random design matrix and group information.The params
are return list of
paramter.initialization
. This also has the features of the T
proposal density for the start of the algorithm (location, scale,
degrees of freedom) by each evidence type.
paramter.initialize
makes use of
coxmcem.mixed.initialize
to get starting values for the frailty
location and variance parameters.beta.indices