summary method for objects of class "nlrob", i.e.,
nlrob() results. Currently it only works for
nlrob(*, method="M").## S3 method for class 'nlrob':
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)"nlrob", usually, a result of
a call to nlrob.summary.nlrob computes and returns an
object of class "summary.nlrob" of summary statistics of the
robustly fitted linear model given in object.
There is a print method, print.summary.lmrob(), which nicely
formats the output. The result keeps a large part of object's components such as
residuals, cov or w, and additionally contains
correlation argument was true, the
correlation matrix of the parameters.nlrob(), also for examples.