plotLM {mffSM}R Documentation

Basic graphical diagnostics for a linear model

Description

This is purely a wrapper to the standard plot.lm function with which = 1:3 argument.

Usage

plotLM(x, pch = 21, col = "blue4", bg = "skyblue", layoutm)

Arguments

x

an object of class lm.

pch, col, bg

graphical arguments passed to plot.lm.

layoutm

optional matrix passed to layout.

Value

See plot.lm.

Author(s)

Arnošt Komárek arnost.komarek[AT]mff.cuni.cz

See Also

plot.lm


[Package mffSM version 1.2 Index]