aftgee.control {aftgee}R Documentation

Auxiliary for Controlling AFTGEE Fitting

Description

Auxiliary function as user interface for aftgee and aftsrr fitting.

Usage

aftgee.control(
  maxiter = 50,
  reltol = 0.001,
  trace = FALSE,
  seIni = FALSE,
  parallel = FALSE,
  parCl = parallel::detectCores()/2,
  gp.pwr = -999
)

Arguments

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 parallel = TRUE.

gp.pwr

an numerical value indicating the GP parameter when rankWeights = GP. The default value is half the CPU cores on the current host.

Details

When trace is TRUE, output for each iteration is printed to the screen.

Value

A list with the arguments as components.

See Also

aftgee


[Package aftgee version 1.2.0 Index]