# Generated by roxygen2: do not edit by hand

S3method(add_seed,default)
S3method(add_seed,gcomp_bayes)
S3method(calc_IPD_stats,default)
S3method(calc_IPD_stats,gcomp_bayes)
S3method(calc_IPD_stats,gcomp_ml)
S3method(calc_IPD_stats,maic)
S3method(calc_IPD_stats,mim)
S3method(calc_IPD_stats,stc)
S3method(estimate_var_sandwich,default)
S3method(estimate_var_sandwich,gcomp_ml)
S3method(estimate_var_sandwich,maic)
S3method(estimate_var_sandwich,stc)
S3method(plot,outstandR)
S3method(print,gcomp_bayes)
S3method(print,gcomp_ml)
S3method(print,maic)
S3method(print,mim)
S3method(print,outstandR)
S3method(print,stc)
S3method(print,strategy)
S3method(print,summary.outstandR)
S3method(summary,outstandR)
export(calc_ALD_stats)
export(calc_IPD_stats)
export(calc_gcomp_bayes)
export(calc_gcomp_ml)
export(calculate_ate)
export(calculate_trial_mean)
export(calculate_trial_mean_binary)
export(calculate_trial_mean_continuous)
export(calculate_trial_mean_count)
export(calculate_trial_variance)
export(calculate_trial_variance_binary)
export(calculate_trial_variance_continuous)
export(calculate_trial_variance_count)
export(estimate_var_sandwich)
export(get_treatment_effect)
export(marginal_treatment_effect)
export(marginal_variance)
export(new_strategy)
export(outstandR)
export(strategy_gcomp_bayes)
export(strategy_gcomp_ml)
export(strategy_maic)
export(strategy_mim)
export(strategy_stc)
import(dplyr)
import(ggplot2)
import(purrr)
importFrom(Rdpack,reprompt)
importFrom(boot,boot)
importFrom(cli,cli_text)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(copula,mvdc)
importFrom(copula,normalCopula)
importFrom(copula,rMvdc)
importFrom(crayon,yellow)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(pillar,style_bold)
importFrom(pillar,style_subtle)
importFrom(rlang,.data)
importFrom(rstanarm,posterior_predict)
importFrom(rstanarm,stan_glm)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,delete.response)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quasibinomial)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,weights)
importFrom(stringr,str_replace)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(utils,methods)
importFrom(utils,modifyList)
importFrom(utils,tail)
