## Exports
export(SR)
export(ST)
export(Sim.CI)
export(Step)

## Imports from standard R packages
importFrom("stats", coef, predict, quantile, rnorm, sd)
importFrom("utils", getFromNamespace)
importFrom("parallel", mcmapply)

## Further Imports
import(hdi)
importFrom("scalreg", scalreg)
importFrom("glmnet", glmnet, cv.glmnet)
importFrom("SIS", standardize)
