# Generated by roxygen2: do not edit by hand

S3method(print,dr_maic)
S3method(print,maic_bootstrap)
S3method(print,maic_diagnostics)
S3method(print,maic_sensitivity)
S3method(print,maic_weights)
S3method(print,nice_report)
S3method(summary,dr_maic)
S3method(summary,maic_weights)
export(bootstrap_ci)
export(check_assumptions)
export(compute_weights)
export(dr_maic)
export(maic_diagnostics)
export(nice_report)
export(sensitivity_analysis)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_gradient)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(survival,Surv)
importFrom(survival,coxph)
