atyps: Find atypical points.

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/atyps.R

Description

This is extension of nlout for which add the jacobian leverage to the output. It is designed for feature development.

Usage

1
  atyps(nlfited)

Arguments

nlfited

An nl.fitt, nl.fitt.gn, nl.fitt.rob, nl.fitt.rgn obejct after a nonlinear model fitted before.

Details

Compute outlier detection measures by calling nlout function and the ncompute jacobian leverages then dispatches the output.

Value

List of jacobian leverage and list of outlier detection measures derived by nlout.

Note

Used mostly for internal purposes.

Author(s)

Hossein Riazoshams, Jan 2010. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/

References

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

See Also

nlsqr

Examples

1
2
3
4
5
#Example
#d<-list(xr=Weights$Date, yr=Weights$Weight)
# wmodel <- nlr(nlrobj1[[2]],data=d,control=nlr.control(method = "OLS",trace=TRUE))
 #a=nlout(wmodel)
#atyps(wmodel)

nlr documentation built on July 31, 2019, 5:09 p.m.

Related to atyps in nlr...