plot.A3: Plot A3 Results

Description Usage Arguments Examples

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

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

Arguments

x

an A3 object.

...

additional options provided to plotPredictions, plotSlopes and plot functions.

Examples

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

A3 documentation built on May 2, 2019, 9:36 a.m.

Related to plot.A3 in A3...