R/mortfit-help.R

##' Fitting parametric hazard models
##'
##' mortfit has a set of tools useful in fitting parametric
##' hazard models to datasets that have counts of deaths.
##'
##' @docType package
##' @name mortfit
##' @aliases mortfit mortfit-package
##' @import Rcpp graphics stats plyr ggplot2 numDeriv
NULL

#' @useDynLib mortfit
#' @importFrom Rcpp sourceCpp
#' @importFrom functional Curry
NULL
dfeehan/mortfit documentation built on Nov. 14, 2020, 9:04 p.m.