## S3 method for class 'lmRob':
plot(x, which.plots = "ask", ...)
which.plots
is an integer vector, use the plot numbers given in the description above (or in the "ask" menu).x
is invisibly returned.plot.lmfm
.plot
,
lmRob
,
plot.lmfm
.data(stack.dat)
stack.rob <- lmRob(Loss ~ ., data = stack.dat)
plot(stack.rob, which.plots = 6)
Run the code above in your browser using DataLab