Package: reslife
Type: Package
Title: Calculate Mean Residual Life (MRL) and Related Values for
        Different Distributions
Version: 0.2.1
Date: 2023-10-26
Authors@R: c(person("Andrew", "Crawford", 
    email = 'atcrawford18@gmail.com',
    role = c('cre', 'aut')), 
    person("Zekai", "Wang",
    email='wangzekai1203@gmail.com',
    role = c('aut')),
    person("Ka Lok", "Lee",
    email = "kaloklee@gmail.com", 
    role = c('aut'))
      )
Description: A pair of functions for calculating mean residual life (MRL)
    , median residual life, and 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-10-26 19:34:49 UTC; andrew
Author: Andrew Crawford [cre, aut],
  Zekai Wang [aut],
  Ka Lok Lee [aut]
Maintainer: Andrew Crawford <atcrawford18@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-26 19:50:02 UTC
