plot.rlm: Plot Diagnostics for an rlm Object

Description Usage Arguments

View source: R/robust.R

Description

Plot Diagnostics for an rlm Object

Usage

1
2
3
4
## S3 method for class 'rlm'
plot(object, which = c(7L:8L), ask = prod(par("mfcol")) <
  length(which) && dev.interactive(), label.pos = c(4, 2),
  labels.id = names(residuals(object)), cex.id = 0.75, ...)

Arguments

object

rlm object

which

a subset of the numbers 1:8

ask

logical. See par("ask")

label.pos

positiong of labels. See plot.lm

labels.id

vector of labels. See plot.lm

cex.id

magnification of point labels. See plot.lm

...

other parameters to be passed through to plot.lm function


ssustat/regbook documentation built on July 7, 2020, 12:16 a.m.