# Generated by roxygen2: do not edit by hand

S3method(coef,rctglm)
S3method(estimand,rctglm)
S3method(generate_from_family,binomial)
S3method(generate_from_family,gaussian)
S3method(generate_from_family,negativebinomial)
S3method(generate_from_family,poisson)
S3method(get_formula_from_model,default)
S3method(get_formula_from_model,workflow)
S3method(plot,postcard_rpl)
S3method(plot,postcard_rpm)
S3method(predict,rctglm)
S3method(print,rctglm)
S3method(prog,rctglm_prog)
export(default_learners)
export(est)
export(estimand)
export(fit_best_learner)
export(glm_data)
export(power_gs)
export(power_marginaleffect)
export(power_nc)
export(prog)
export(rctglm)
export(rctglm_with_prognosticscore)
export(repeat_power_linear)
export(repeat_power_marginaleffect)
export(samplesize_gs)
export(variance_ancova)
importFrom(dplyr,"%>%")
importFrom(gggrid,grid_group)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(scales,pal_hue)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,model.frame)
importFrom(stats,pnorm)
importFrom(stats,power)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rbinom)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,capture.output)
