import("methods")
import("stats")
import("parallel")
importFrom("graphics", "abline", "axis", "matplot", "par", "plot", "points")
importFrom("grDevices", "hcl")
importFrom("utils", "tail")


export(stabsel, stabsel.matrix, stabsel.data.frame, stabsel.stabsel,
       run_stabsel, check_folds,
       stabsel_parameters, stabsel_parameters.default,
       stabsel_parameters.stabsel, parameters,
       selected, selected.stabsel,
       plot.stabsel, print.stabsel, print.stabsel_parameters,
       glmnet.lasso, glmnet.lasso_maxCoef, lars.lasso, lars.stepwise,
       subsample)

S3method(stabsel, matrix)
S3method(stabsel, data.frame)
S3method(stabsel, stabsel)
# S3method(stabsel, formula)
S3method(stabsel_parameters, default)
S3method(stabsel_parameters, stabsel)
S3method(print, stabsel)
S3method(print, stabsel_parameters)
S3method(plot, stabsel)
S3method(selected, stabsel)
