Description Usage Arguments Details Value Note Author(s) References See Also Examples
This is extension of nlout
for which add the jacobian leverage to the output. It is designed for feature development.
1 | atyps(nlfited)
|
nlfited |
An |
Compute outlier detection measures by calling nlout
function and the ncompute jacobian leverages then dispatches the output.
List of jacobian leverage and list of outlier detection measures derived by nlout
.
jlevjlev
jacobian leverages.
nloutlist of output from nlout
function.
Used mostly for internal purposes.
Hossein Riazoshams, Jan 2010. 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 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.