This function provides the fitting options for the pCure() function.
pCure.control(
binit1 = NULL,
binit2 = NULL,
corstr = c("independence", "exchangeable", "ar1"),
nlambda1 = 100,
nlambda2 = 100,
tol = 1e-07,
maxit = 100
)A list with control parameters.
Initial value for the first component. A zero vector will be used if not specified.
Initial value for the second component A zero vector will be used if not specified.
A character string specifying the correlation structure.
The following are permitted: "independence", "exchangeable",
and "ar1".
An integer value specifying the number of lambda.
This is only evoked when lambda1 = "auto" or lambda2 = "auto".
A positive numerical value specifying the absolute error tolerance in GEE algorithms.
An integer value specifying the maximum number of iteration.
pCure