loess.options {EstimationTools}R Documentation

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.

Details

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

Author(s)

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

See Also

loess, TTT_hazard_shape


[Package EstimationTools version 4.0.0 Index]