baseball.r: This script processes the baseball data and fits NPMR to training
  sets of various sizes.

npm.r: This script holds the code for fitting NPMR. It is called by baseball.r
  and vowel.r.

npmr_1.1.tar.gz: R package npmr, as on CRAN. It is used by sim.r.

results.r: This script uses the results from baseball.r to produce results
  present in manuscript.

sim-highD-fullR.r: This script runs the high-dimension, full-rank simulation
  and saves the results. It calls sim.r.

sim-highD-lowR.r: This script runs the high-dimension, low-rank simulation
  and saves the results. It calls sim.r.

sim-lowD-fullR.r: This script runs the low-dimension, full-rank simulation
  and saves the results. It calls sim.r.

sim-lowD-lowR.r: This script runs the low-dimension, low-rank simulation
  and saves the results. It calls sim.r.

sim.r: This is the main simulation script. It uses variables specified by the
  above scripts to determine simulation parameters.

vowel.r: This script produces the results on the vowel dataset.
