Learn R Programming

nlr (version 0.1-3)

nl.robmeas: Class "nl.robmeas"

Description

Outlier detection measure object.

Arguments

Objects from the Class

Objects can be created by calls of the form new("nl.robmeas", ...).

Slots

measure:

Object of class "numeric" vector of statistics measure for each data points.

cutofpoint:

Object of class "numeric" cut of point for the measure.

name:

Object of class "character" name of the measure.

Methods

$

signature(x = "nl.robmeas"): access the slots.

plot

signature(x = "nl.robmeas", y = "ANY"): plot sequence of measure and cut of point line. Usually if the value is more than cut of point the data point might be outlier or influence observation. In contrast plot.atyps function is to plot "nl.robmeas" object for multiple purpose. If more than such objects are stored in a list the plot will iterate on all cells and draw all. It can be called as:

plot.atyps(x,...) #where x is lis that include more than one "nl.robmeas" object.

References

Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.

See Also

nlout, nl.fitt

Examples

Run this code
# NOT RUN {
showClass("nl.robmeas")
# }

Run the code above in your browser using DataLab