pCure.control | R Documentation |
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
)
binit1 |
Initial value for the first component. A zero vector will be used if not specified. |
binit2 |
Initial value for the second component A zero vector will be used if not specified. |
corstr |
A character string specifying the correlation structure.
The following are permitted: |
nlambda1 , nlambda2 |
An integer value specifying the number of lambda.
This is only evoked when |
tol |
A positive numerical value specifying the absolute error tolerance in GEE algorithms. |
maxit |
An integer value specifying the maximum number of iteration. |
A list with control parameters.
pCure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.