Learn R Programming

A3 (version 0.9.2)

plot.A3: Plot A3 Results

Description

Plots an 'A3' object results. Displays predicted versus observed values for each observation along with the distribution of slopes measured for each feature.

Usage

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

Arguments

x
an A3 object.
...
additional options provided to plotPredictions, plotSlopes and plot functions.

Examples

Run this code
data(housing)
 res <- a3.lm(MED.VALUE ~ NOX + ROOMS + AGE + HIGHWAY + PUPIL.TEACHER, housing, p.acc = NULL)
 plot(res)

Run the code above in your browser using DataLab