Simple ROC curves
If you happen to perform some machine learning, you might be interested in this simple and elegant tool by Tobias Sing et al. to visualize your SVMs (for example; e1071 is a great R package for SVMs) performance. You can install it by simply typing (as root in R) install.packages(”ROCR”) or download it and follow the instructions here http://rocr.bioinf.mpi-sb.mpg.de/. This package is very easy to use and there are nice PDF and PPT files on their website with examples and so on. You can plot simple ROC curves with a prediction and label vector, but you can also plot you 10-fold cross-validation and more complex plots. So, simple and great looking, informative plots, check it out.
