plotSlopes: Plot Distribution of Slopes

Description Usage Arguments Examples

Description

Plots an 'A3' object's distribution of slopes for each feature and observation. Uses Kernel Density Estimation to create an estimate of the distribution of slopes for a feature.

Usage

1

Arguments

x

an A3 object.

...

additional options provided to the plot and density functions.

Examples

1
2
3
4
5
6
7
8
 require(randomForest)
 data(housing)

 x <- a3(MED.VALUE ~ NOX + PUPIL.TEACHER + ROOMS + AGE + HIGHWAY + 0,
   housing, randomForest, p.acc = NULL, n.folds = 2)

 plotSlopes(x)
 

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

Related to plotSlopes in A3...