Package: phenesse
Title: Estimate Phenological Metrics using Presence-Only Data
Version: 0.1.2
Authors@R: c(person("Michael", "Belitz", email = "mbelitz@ufl.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8162-5998")),
           person("Caitlin", "Campbell", email = "caitjcampbell@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-8199-7775")),
           person("Daijiang", "Li", email = "daijianglee@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-0925-3421")))
Description: Generates Weibull-parameterized estimates of phenology for any percentile of 
    a distribution using the framework established in Cooke (1979)
    <doi:10.1093/biomet/66.2.367>. Extensive testing against other 
    estimators suggest the weib_percentile() function is especially useful in 
    generating more accurate and less biased estimates of onset and offset 
    (Belitz et al. 2020 <doi.org:10.1111/2041-210X.13448>. Non-parametric 
    bootstrapping can be used to generate confidence intervals around those 
    estimates, although this is computationally expensive. Additionally, this 
    package offers an easy way to perform non-parametric bootstrapping to 
    generate confidence intervals for quantile estimates, mean estimates, 
    or any statistical function of interest.
Maintainer: Michael Belitz <mbelitz@ufl.edu>
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Depends: R (>= 3.5)
Imports: boot, fitdistrplus, stats
License: CC0
URL: https://github.com/mbelitz/phenesse
BugReports: https://github.com/mbelitz/phenesse/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-07-28 15:40:11 UTC; Mike
Author: Michael Belitz [aut, cre] (<https://orcid.org/0000-0002-8162-5998>),
  Caitlin Campbell [ctb] (<https://orcid.org/0000-0002-8199-7775>),
  Daijiang Li [ctb] (<https://orcid.org/0000-0002-0925-3421>)
Repository: CRAN
Date/Publication: 2020-07-28 23:00:06 UTC
