import(graphics,glmnet,mboost)
importFrom("grDevices", "hsv", "rgb")
importFrom("stats", "coef", "cov", "glm", "glm.control", "lm", "pf",
             "predict", "printCoefmat", "pt", "qnorm", "residuals",
             "runif", "sd", "t.test", "var", "var.test","ks.test", "lm.fit","cor.test")
export(ICP,hiddenICP)
S3method(summary,InvariantCausalPrediction)
S3method(plot, InvariantCausalPrediction)
S3method(print, InvariantCausalPrediction)
S3method(print, hiddenInvariantCausalPrediction)
# causalDantzig
S3method(plot,causalDantzig)
S3method(print,causalDantzig)
S3method(summary,causalDantzig)
export(causalDantzig)
importFrom(RColorBrewer,brewer.pal)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(linprog,solveLP)
importFrom(parallel,mclapply)
importFrom(stats,pnorm)
# importFrom(stats,printCoefmat)
# importFrom(stats,qnorm)
# importFrom(stats,var)
