Last data update: 2014.03.03

R: Separation Plot Package
separationplot-packageR Documentation

Separation Plot Package

Description

Functions to generate separation plots

Details

Package: separationplot
Type: Package
Version: 1,0
Date: 2011-06-13
License: NA

This package is still in development. Please contact Brian Greenhill <brian.d.greenhill@dartmouth.edu> with any questions you may have.

Author(s)

Brian D. Greenhill, Michael D. Ward and Audrey Sacks

Maintainer: Brian Greenhill <brian.d.greenhill@dartmouth.edu>

References

Contact Brian Greenhill <brian.d.greenhill@dartmouth.edu> for a copy of the paper that explains the concept of the separation plot.

Examples


# Very simple example from the introduction to the paper:
#
separationplot(pred=c(0.774, 0.364, 0.997, 0.728, 0.961, 0.422),
               actual=c(0,0,1,0,1,1), shuffle=FALSE, line=FALSE,
               type="rect", rectborder=1)

Results