## S3 method for class 'lmfm':
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 invislbly returned.plot
,
fit.models
,
lmfm2DRegPlot
,
lmfmResQQPlot
,
lmfmSqrtResVsFittedPlot
,
lmfmOverlaidQQPlot
,
lmfmResVsFittedPlot
,
lmfmStdResPlot
,
lmfmOverlaidResDenPlot
,
lmfmRespVsFittedPlot
,
lmfmResKernDenPlot
,
lmfmSRvsRDPlot
.data(stack.dat)
stack.fm <- fit.models(list(Robust = "lmRob", LS = "lm"), Loss ~ ., data = stack.dat)
plot(stack.fm, which.plots = 2)
Run the code above in your browser using DataLab