Learn R Programming

locfit (version 1.1-3)

rva: Substitute variance estimate on a "locfit" object.

Description

By default, Locfit uses the normalized residual sum of squares as the variance estimate when constructing confidence intervals. In some cases, the user may like to use alternative variance estimates; this function allows the default value to be changed.

Usage

rv(fit) <- 1.2345

Arguments

fit
"locfit" object.

See Also

locfit(), rv(), plot.locfit()