fit CoxSEI model using an exponential excitation function
coxseiexp(Y, delta, id, Z, par.init, m = 2, mit = 1000, tr = TRUE,
method = "L-BFGS-B",lower=c(rep(-Inf,ncol(Z)),-Inf,0),
upper=rep(Inf,ncol(Z) + 2),...)
the observed times (including censoring times)
indicator of event: 1=event, 0=censoring
the id of the individual/group the event/censoring corresponds to
covariate matrix
initial parameter value to start the iteration
the lag parameter as in M-dependence
maximum number of iteration allowed in maximizing the loag partial likelihood
should the optimization process be 'tr'aced
method of optimization; defaults to "L-BFGS-B"
vector of lower boundary values of the parameter space
vector of upper boundary of the parameter space
other arguments to be passed to the optimization routine
an object of class "coxsei", basically a list with components
a named vector of coefficients
a symmetric matrix which is supposed to be positive definite when m>0, or with the (np-2)x(np-2) major submatrix positive definite when m=0