import('stats')
import('graphics')
import('grDevices')
useDynLib(ncvreg,.registration=TRUE)
export(ncvreg, cv.ncvreg, fir, perm.ncvreg, setupLambda, ncvsurv, cv.ncvsurv,
       permres, AUC, std)
S3method(permres, ncvreg)
S3method(summary, ncvreg)
S3method(summary, ncvsurv)
S3method(summary, cv.ncvreg)
S3method(summary, cv.ncvsurv)
S3method(print, summary.ncvreg)
S3method(print, summary.cv.ncvreg)
S3method(plot, ncvreg)
S3method(plot, cv.ncvreg)
S3method(plot, fir)
S3method(plot, ncvsurv.func)
S3method(predict, ncvreg)
S3method(predict, ncvsurv)
S3method(predict, cv.ncvreg)
S3method(predict, cv.ncvsurv)
S3method(coef, ncvreg)
S3method(coef, cv.ncvreg)
S3method(logLik, ncvreg)
S3method(logLik, ncvsurv)
S3method(AUC, cv.ncvsurv)
