export(crrstep)

# S3 methods registration
S3method(print, crrstep)
S3method(summary, crrstep)
S3method(print, summary.crrstep)
S3method(coef, crrstep)
S3method(vcov, crrstep)
S3method(confint, crrstep)
S3method(logLik, crrstep)
S3method(AIC, crrstep)
S3method(BIC, crrstep)

importFrom(cmprsk, crr)

importFrom(stats,
    AIC,
    BIC,
    as.formula,
    coef,
    complete.cases,
    confint,
    logLik,
    model.frame,
    model.matrix,
    na.pass,
    pchisq,
    pnorm,
    printCoefmat,
    qnorm,
    reformulate,
    terms,
    vcov
)

importFrom(utils, flush.console)
