# Generated by roxygen2: do not edit by hand

export(boot_ci_prog)
export(capability_prog)
export(coef.gpc_prog_fit)
export(confint.gpc_prog_fit)
export(dist_exp_exp)
export(dist_gamma)
export(dist_logistic_exp)
export(dist_normal)
export(dist_weibull)
export(eval_performance)
export(fit_prog_ty2)
export(gpc_boot)
export(gpc_fit)
export(gpc_index)
export(gpc_sim)
export(make_gpc_dist)
export(plot.gpc_prog_ci)
export(plot.gpc_prog_fit)
export(print.gpc_prog_ci)
export(print.gpc_prog_fit)
export(summary.gpc_prog_ci)
export(summary.gpc_prog_fit)
export(vcov.gpc_prog_fit)

S3method(coef, gpc_prog_fit)
S3method(confint, gpc_prog_fit)
S3method(plot, gpc_prog_ci)
S3method(plot, gpc_prog_fit)
S3method(print, gpc_prog_ci)
S3method(print, gpc_prog_fit)
S3method(summary, gpc_prog_ci)
S3method(summary, gpc_prog_fit)
S3method(vcov, gpc_prog_fit)

importFrom(MleCensoR,mle_progressive_type2)
importFrom(boot,boot)
importFrom(numDeriv,hessian)
importFrom(grDevices,dev.off)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,dweibull)
importFrom(stats,integrate)
importFrom(stats,optim)
importFrom(stats,pgamma)
importFrom(stats,pnorm)
importFrom(stats,pweibull)
importFrom(stats,qgamma)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,qweibull)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,uniroot)
