useDynLib(hpa, .registration=TRUE)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
importFrom(RcppParallel, RcppParallelLibs)
S3method(print, hpaML)
S3method(summary, hpaML)
S3method(predict, hpaML)
S3method(AIC, hpaML)
S3method(logLik, hpaML)
S3method(print, summary.hpaML)
S3method(plot, hpaML)
S3method(print, hpaBinary)
S3method(summary, hpaBinary)
S3method(predict, hpaBinary)
S3method(AIC, hpaBinary)
S3method(logLik, hpaBinary)
S3method(print, summary.hpaBinary)
S3method(plot, hpaBinary)
S3method(print, hpaSelection)
S3method(summary, hpaSelection)
S3method(predict, hpaSelection)
S3method(AIC, hpaSelection)
S3method(logLik, hpaSelection)
S3method(plot, hpaSelection)
S3method(print, summary.hpaSelection)