Learn R Programming

A3 (version 1.0.0)

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

"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