R/plotjsScatter.R
plotjs.lm.Rd
A plot of residuals against fitted values.
# S3 method for class 'lm' plotjs(x, which = 1, ...)
an "lm" object
1 is the only supported value currently. This argument is included for consistency with the base plot.lm() method.
plot.lm()
arguments passed to other methods.
lm.SR <- lm(sr ~ pop15 + pop75 + dpi + ddpi, data = LifeCycleSavings) plotjs(lm.SR)