plot.slm {slm} | R Documentation |
Same function as the plot.lm
function.
## S3 method for class 'slm'
plot(x, ...)
x |
|
... |
other parameters to be passed through to plotting functions. |
This function returns the graphics of plot.lm(x)
.
data("shan")
reg = slm(shan$PM_Xuhui ~ . , data = shan, method_cov_st = "fitAR", model_selec = -1)
plot(reg)