control {WeightCalibSurvival}R Documentation

List for controlling weight calibration

Description

List of convergence parameters for the weight calibration algorithm

Format

The format is: List of 3

maxit

Maximum number of iterations. The default is 1000.

eps

Stopping tolerance. The default is 1e-8.

conv

"abs" or "rel" for absolute or relative convergence. The default is "abs".


[Package WeightCalibSurvival version 1.0.0 Index]