control.arguments {depCensoring} | R Documentation |
Prepare initial values within the control arguments
Description
Prepare initial values within the control arguments
Usage
control.arguments(maxit = 300, eps = 1e-06, trace = TRUE, ktau.inits = NULL)
Arguments
maxit |
a positive integer that denotes the maximum iteration number in optimization. |
eps |
a positive small numeric value that denotes the tolerance for convergence. |
trace |
a logical value that judges whereh the tracing information on the progress of the model fitting should be produced. The default value if |
ktau.inits |
a numeric vector that contains initial values of the Kendall's tau. |
[Package depCensoring version 0.1.7 Index]