rva: Substitute variance estimate on a locfit object.

rvaR Documentation

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) <- value

Arguments

fit

"locfit" object.

value

numeric replacement value.

See Also

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


locfit documentation built on July 9, 2023, 5:58 p.m.

Related to rva in locfit...