# Generated by roxygen2: do not edit by hand

S3method(print,iptw_result)
S3method(print,riskdiff_iptw_result)
S3method(print,riskdiff_result)
S3method(summary,riskdiff_iptw_result)
export(calc_iptw_weights)
export(calc_risk_diff)
export(calc_risk_diff_iptw)
export(check_iptw_assumptions)
export(create_balance_plots)
export(create_rd_table)
export(create_simple_table)
export(format_risk_diff)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,group_by)
importFrom(dplyr,group_keys)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(purrr,map2_dfr)
importFrom(purrr,transpose)
importFrom(rlang,.data)
importFrom(scales,percent)
importFrom(scales,pvalue)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,reformulate)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(tibble,tibble)
importFrom(utils,globalVariables)
