useDynLib(SoftBart)
importFrom(glmnet, cv.glmnet)
importFrom(glmnet, predict.glmnet)
importFrom(graphics, par)
importFrom(graphics, image)
importFrom(graphics, abline, contour, lines, title)
importFrom(methods, new)
importFrom(Rcpp, evalCpp)
importFrom(Rcpp, Module)
importFrom(scales, muted)
importFrom(scales, alpha)
importFrom(stats, model.matrix)
importFrom(stats, predict)
importFrom(stats, quantile)
importFrom("stats", "ecdf", "model.frame", "model.response", "sd", "pnorm", "qnorm")
importFrom(caret, dummyVars)
importFrom(caret, contr.ltfr)
importFrom(progress, progress_bar)
importFrom(truncnorm, rtruncnorm)
importFrom(MASS, mvrnorm)
S3method(plot, softbart)
S3method(plot, pd2bart)
S3method(plot, pdbart)
S3method(predict, softbart_probit)
S3method(predict, softbart_regression)
S3method(predict, Rcpp_Forest)
export(softbart)
export(Hypers)
export(Opts)
export(MakeForest)
export(quantile_normalize_bart)
export(preprocess_df)
export(pdsoftbart)
export(rmse)
export(posterior_probs)
export(softbart_probit)
export(softbart_regression)
export(vc_softbart_regression)
export(gsoftbart_regression)
export(predict.softbart_probit)
export(predict.softbart_regression)
export(partial_dependence_regression)
export(partial_dependence_probit)
export(contr.ltfr)