Package: phenesse
Title: Estimate Phenological Metrics using Presence-Only Data
Version: 0.1.3
Authors@R: c(person("Michael", "Belitz", email = "michaelbelitz06@gmail.com", 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: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.
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: 2025-06-09 20:07:11 UTC; micha
Author: Michael Belitz [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8162-5998>),
  Caitlin Campbell [ctb] (ORCID: <https://orcid.org/0000-0002-8199-7775>),
  Daijiang Li [ctb] (ORCID: <https://orcid.org/0000-0002-0925-3421>)
Maintainer: Michael Belitz <michaelbelitz06@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-09 23:50:06 UTC
Built: R 4.4.3; ; 2025-10-08 02:38:37 UTC; windows
