Learn R Programming

LadR (version 1.0.6)

FD1: F1 Distance

Description

F1 Distance

Usage

FD1(y, X)

Arguments

y

A vector with response variables.

X

A matrix or vector with explanatory variables.

Value

F1 Distance

A vector with F1 Distance for each observation.

.

References

Sun, R.-B. and Wei, B.-C. (2004) On influence assessment for lad regression. Statistics & Probability Letters, 67, 97-110. 10.1016/j.spl.2003.08.018.

Examples

Run this code
# NOT RUN {
### Using stackloss data

CookDistance(stack.loss, stack.x)
# }

Run the code above in your browser using DataLab