# Generated by roxygen2: do not edit by hand

S3method(plot,ml_benchmark)
S3method(plot,ml_fragility)
S3method(plot,ml_meta)
S3method(plot,ml_sens)
S3method(plot,ml_spline)
S3method(print,ml_benchmark)
S3method(print,ml_fragility)
S3method(print,ml_meta)
S3method(print,ml_sens)
S3method(print,ml_spline)
S3method(summary,ml_meta)
S3method(summary,ml_sens)
S3method(tidy,ml_benchmark)
S3method(tidy,ml_sens)
export(fits)
export(ml_benchmark)
export(ml_fragility)
export(ml_meta)
export(ml_plot)
export(ml_sens)
export(ml_spline)
export(sim_longitudinal_meta)
export(tidy)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(metafor,rma.mv)
importFrom(metafor,rma.uni)
importFrom(splines,bs)
importFrom(splines,ns)
importFrom(stats,coef)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,tail)
