Gehan-Heller Estimation of regression parameters
gehan_heller_estimation(
y,
Z,
delta,
binit,
optimx.alg,
variance.estimation,
use.grad
)A list containing the estimated regression coefficients (`BETA`), residuals (`RESID`), and the number of iterations taken by the optimization routine (`ITERS`).
Numeric vector of survival times or times to event/censoring.
Numeric matrix of covariates with observations in rows and covariates in columns.
Numeric vector indicating censoring, with 1 for an event and 0 for censored observations.
Numeric vector or matrix for initial estimates of regression coefficients.
Optimalization algorithm that will be used (see optimx package documentation for more information)
If covariance matrix will be estimated
Indicator wheter numerical or excact gradient will be used, default is FALSE == numerical
Covariance estimation is programmed but not tested!