Package: reslife
Type: Package
Title: Calculate Residual Life Values for Different Distributions
Version: 0.1.0
Date: 2023-08-11
Authors@R: c(person("Andrew", "Crawford", 
    email = 'atcrawford18@gmail.com',
    role = c('cre', 'aut')), 
    person("Zekai", "Wang",
    email='wangzekai1203@gmail.com',
    role = c('aut'))
      )
Description: A pair of functions for calculating mean, median, and/or percentile 
    residual life using the outputs of either the 'flexsurv' package or parameters
    provided by the user. Input information about the distribution, the given
    'life' value, the percentile, and the type of residual life, 
    and the function will return your desired values. For the 'flexsurv' option,
    the function allows the user to input their own data for making predictions. 
    This function is based on Jackson (2016) <doi:10.18637/jss.v070.i08>.  
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: pracma, flexsurv, gsl
URL: https://github.com/an-crawford/reslife
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-08-14 17:36:05 UTC; andrew
Author: Andrew Crawford [cre, aut],
  Zekai Wang [aut]
Maintainer: Andrew Crawford <atcrawford18@gmail.com>
Repository: CRAN
Date/Publication: 2023-08-15 17:30:02 UTC
