# Generated by roxygen2: do not edit by hand

S3method(AIC,cox_aalen_fit)
S3method(coef,cox_aalen_fit)
S3method(confint,cox_aalen_fit)
S3method(logLik,cox_aalen_fit)
S3method(nobs,cox_aalen_fit)
S3method(plot,cox_aalen)
S3method(plot,cox_aalen_fit)
S3method(predict,cox_aalen)
S3method(print,cox_aalen)
S3method(print,cox_aalen_fit)
S3method(print,simulation_study)
S3method(print,summary.cox_aalen_fit)
S3method(print,time_varying_test)
S3method(summary,cox_aalen)
S3method(summary,cox_aalen_fit)
S3method(vcov,cox_aalen_fit)
export(cif_predict)
export(cox_aalen)
export(cox_aalen_fit)
export(cox_weights)
export(km_weights)
export(plot_cif)
export(plot_cumulative_coef)
export(simulate_coxaalen)
export(simulation_study)
export(time_varying_test)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(stats,AIC)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,logLik)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,vcov)
importFrom(survival,Surv)
importFrom(survival,basehaz)
importFrom(survival,coxph)
importFrom(survival,survfit)
importFrom(utils,head)
importFrom(utils,tail)
