Description Objects from the Class Slots Methods Note Author(s) References See Also Examples
Outlier detection measure object.
Objects can be created by calls of the form new("nl.robmeas", ...)
.
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.
signature(x = "nl.robmeas")
: access the slots.
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.
nl.robmeas
usually generate from atypical method to calculate several measures for identifying outlier or influential observations.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
1 | showClass("nl.robmeas")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.