importFrom(st, studentt.fun, shrinkt.fun)
importFrom(MASS, mvrnorm)
import(pls)
import(glmnet)

export(HCthresh, biom.options, scalefun,
       gen.data, gen.data2, get.biom, traceplot,
       ROC, AUC, roc.value,
       get.segments, selection)
S3method(ROC, default)
S3method(print, ROC)
S3method(plot, ROC)
S3method(lines, ROC)
S3method(points, ROC)
S3method(identify, ROC)
S3method(coef, BMark)
S3method(print, BMark)
S3method(summary, BMark)

importFrom("graphics", "abline", "identify", "lines", "matplot",
           "mtext", "plot", "points")
importFrom("stats", "aggregate", "coef", "pt", "rnorm", "sd")
