Learn R Programming

EstimationTools (version 4.0.0)

loess.options: Configure various aspects of LOESS in TTT_hazard_shape

Description

[Maturing]

This function allows the user to set the parameters of loess function used inside TTT_hazard_shape.

Usage

loess.options(span = 2/3, ...)

Arguments

span

the parameter which controls the degree of smoothing.

...

further arguments passed to loess function.

Author

Jaime Mosquera Gutiérrez jmosquerag@unal.edu.co

Details

Please, visit loess to know further possible arguments. The following arguments are not available for passing to the LOESS estimation:

  • dataThe only data handled inside TTT_hazard_shape is the computed empirical TTT.

  • subsetThis argument is used in loess to take a subset of data. In this context, it is not necessary.

See Also

loess, TTT_hazard_shape