Package: phenesse
Title: Estimate Phenological Metrics using Presence-Only Data
Version: 0.1.1
Authors@R: c(person("Michael", "Belitz", email = "mbelitz@ufl.edu", role = c("aut", "cre")),
           person("Caitlin", "Campbell", email = "caitjcampbell@gmail.com", role = "ctb"),
           person("Daijinag", "Li", email = "daijianglee@gmail.com", role = "ctb"))
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. 
    Non-parametric bootstrapping can be used to generate confidence intervals 
    around those estimates. 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-03-26 14:43:36 UTC; Mike
Author: Michael Belitz [aut, cre],
  Caitlin Campbell [ctb],
  Daijinag Li [ctb]
Repository: CRAN
Date/Publication: 2020-03-28 04:50:02 UTC
