plot.slm {slm}R Documentation

Plot.slm

Description

Same function as the plot.lm function.

Usage

## S3 method for class 'slm'
plot(x, ...)

Arguments

x

slm object.

...

other parameters to be passed through to plotting functions.

Value

This function returns the graphics of plot.lm(x).

Examples

data("shan")
reg = slm(shan$PM_Xuhui ~ . , data = shan, method_cov_st = "fitAR", model_selec = -1)
plot(reg)

[Package slm version 1.2.0 Index]