Newton_DR.Rd
The `Newton_DR` function is an iterative algorithm to estimate the parameters in a transformation model for survival data.
A matrix with labeled data, where rows are observations and columns are covariates.
A matrix with unlabeled data, where rows are observations and columns are covariates.
An optional vector of weights for each observation. Default is 1 for equal weights.
Maximum number of iterations for the Newton-Raphson algorithm. Default is 100.
Tolerance for convergence of the Newton-Raphson algorithm. Default is 1e-5.
An optional vector of initial values for the algorithm. Default is a vector of zeros with length equal to the number of columns in phi.t.
An optional initial value for the regularization parameter. If NULL, lambda0 is set to log(ncol(phi.t))/n.t^1.5. Default is NULL.
A vector of parameter estimates for the transformation model.