plot.A3 {A3}R Documentation

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


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

[Package A3 version 1.0.0 Index]