export(plot_coefficients)
export(plot_diagnostics)
export(plot_inference)
export(plot_posterior)
export(simulate_vcmoe_binomial)
export(simulate_vcmoe_gaussian)
export(simulate_vcmoe_negbin)
export(vcmoe_bootstrap)
export(vcmoe_confband)
export(vcmoe_fit)
export(vcmoe_glrt)
export(vcmoe_diagnostics)
export(vcmoe_gating_contrasts)
export(vcmoe_parameterization)
export(vcmoe_scaled_slopes)
export(vcmoe_select_bandwidth)
S3method(coef,vcmoe)
S3method(confint,vcmoe_bootstrap)
S3method(predict,vcmoe)
S3method(print,vcmoe_bootstrap)
S3method(print,vcmoe_bandwidth_selection)
S3method(print,vcmoe_confband)
S3method(print,vcmoe_glrt)
S3method(print,vcmoe)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,dbinom)
importFrom(stats,delete.response)
importFrom(stats,dnorm)
importFrom(stats,dnbinom)
importFrom(stats,kmeans)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(utils,globalVariables)
