summary
method for objects of class "rlm"
# S3 method for rlm
summary(object, method = c("XtX", "XtWX"), correlation = FALSE, …)
rlm
, in the sense that
the components returned by the rlm
function will be available.
summary
function. summary()
for class "rlm"
.
It can be invoked by calling summary(x)
for an
object x
of the appropriate class, or directly by
calling summary.rlm(x)
regardless of the
class of the object.summary
summary(rlm(calls ~ year, data = phones, maxit = 50))
Run the code above in your browser using DataLab