powered by
Same function as the plot.lm function.
plot.lm
# S3 method for slm plot(x, ...)
slm object.
slm
other parameters to be passed through to plotting functions.
This function returns the graphics of plot.lm(x).
plot.lm(x)
# NOT RUN { data("shan") reg = slm(shan$PM_Xuhui ~ . , data = shan, method_cov_st = "fitAR", model_selec = -1) plot(reg) # }
Run the code above in your browser using DataLab