## generate_plot_data.R ## Author: Zhi Ouyang (zhi.ouyang@gmail.com) ## Date: March 14, 2009 ## This script generates the plot data for "bark" paper. ## The output data is saved in output/ directory ## 1. regression, boston housing, different lambda, boxplot data ## 2. regression, body fat, selection and equal lambda, boxplot data ## 3. classification, bank, selection and equal weight, bloxplot data ## load bark libary ## If not installed, try install from CRAN ## install.packages("bark") ## or install locally by downloading the package from ## http://www.stat.duke.eduk/zo2/bark library('bark')