# Generated by roxygen2: do not edit by hand

S3method(add_bound_to_contour,lm)
S3method(add_bound_to_contour,numeric)
S3method(add_bound_to_contour,ovb_bounds)
S3method(add_bound_to_contour,ovb_partial_r2_bound)
S3method(adjusted_estimate,lm)
S3method(adjusted_estimate,numeric)
S3method(adjusted_partial_r2,lm)
S3method(adjusted_partial_r2,numeric)
S3method(adjusted_se,lm)
S3method(adjusted_se,numeric)
S3method(adjusted_t,lm)
S3method(adjusted_t,numeric)
S3method(bias,lm)
S3method(bias,numeric)
S3method(group_partial_r2,lm)
S3method(group_partial_r2,numeric)
S3method(model_helper,lm)
S3method(ovb_bounds,lm)
S3method(ovb_contour_plot,formula)
S3method(ovb_contour_plot,lm)
S3method(ovb_contour_plot,numeric)
S3method(ovb_contour_plot,sensemakr)
S3method(ovb_extreme_plot,formula)
S3method(ovb_extreme_plot,lm)
S3method(ovb_extreme_plot,numeric)
S3method(ovb_extreme_plot,sensemakr)
S3method(ovb_partial_r2_bound,lm)
S3method(ovb_partial_r2_bound,numeric)
S3method(partial_f2,lm)
S3method(partial_f2,numeric)
S3method(partial_r2,lm)
S3method(partial_r2,numeric)
S3method(plot,sensemakr)
S3method(print,rv)
S3method(print,sensemakr)
S3method(print,t_stats)
S3method(relative_bias,lm)
S3method(relative_bias,numeric)
S3method(robustness_value,lm)
S3method(robustness_value,numeric)
S3method(sensemakr,formula)
S3method(sensemakr,lm)
S3method(sensemakr,numeric)
S3method(sensitivity_stats,lm)
S3method(sensitivity_stats,numeric)
S3method(summary,sensemakr)
export(add_bound_to_contour)
export(adjusted_estimate)
export(adjusted_partial_r2)
export(adjusted_se)
export(adjusted_t)
export(bias)
export(group_partial_r2)
export(model_helper)
export(ovb_bounds)
export(ovb_contour_plot)
export(ovb_extreme_plot)
export(ovb_minimal_reporting)
export(ovb_partial_r2_bound)
export(partial_f)
export(partial_f2)
export(partial_r2)
export(rel_bias)
export(relative_bias)
export(resid_maker)
export(robustness_value)
export(sensemakr)
export(sensitivity_stats)
import(stats)
importFrom(graphics,abline)
importFrom(graphics,contour)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rug)
importFrom(graphics,text)
importFrom(stats,coef)
importFrom(stats,df.residual)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,qt)
importFrom(stats,resid)
importFrom(stats,setNames)
importFrom(stats,update)
importFrom(stats,vcov)
