aftgee.control | R Documentation |
Auxiliary function as user interface for aftgee
and aftsrr
fitting.
aftgee.control(
maxiter = 50,
reltol = 0.001,
trace = FALSE,
seIni = FALSE,
parallel = FALSE,
parCl = parallel::detectCores()/2,
gp.pwr = -999
)
maxiter |
max number of iteration. |
reltol |
relative error tolerance. |
trace |
a binary variable, determine whether to display output for each iteration. |
seIni |
a logical value indicating whether a new rank-based initial value is computed for each resampling sample in variance estimation. |
parallel |
an logical value indicating whether parallel computing is used for resampling and bootstrap. |
parCl |
an integer value indicating the number of CPU cores used when |
gp.pwr |
an numerical value indicating the GP parameter when |
When trace
is TRUE, output for each iteration is printed to the screen.
A list with the arguments as components.
aftgee
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.