Obtain the initial value of the cumulative baseline hazard function in the latency part through the GEE with the independence
working correlation matrix.
initial_Lambda(Time, Status, X, Z, id, model, corstr)
right censored data which is the follow up time.
the censoring indicator, normally 0 = event of interest happens, and 0 = censoring.
a matrix of covariates corresponding to the latency part.
a matrix of covariates corresponding to the incidence part.
a vector which identifies the clusters. The length of id
should be the same as the number of observations.
specifies your model, it can be para
which represents the parametric PHMC model with two-parameter Weibull baseline survival function, or semi
which represents the semiparametric PHMC model.
a character string specifying the correlation structure. The following are permitted: independence
and exchangeable
.