Package: tvgeom
Title: The Time-Varying (Right-Truncated) Geometric Distribution
Version: 1.0.1
Authors@R: c(
    person(given = "Vincent", family = "Landau", role = c("aut", "cre"),
           email = "vincent@csp-inc.org"),
    person(given = "Luke", family = "Zachmann", role = c("ctb"),
           email = "luke@csp-inc.org"),
    person(given = "Conservation Science Partners, Inc.", role = c("cph"),
           email = "info@csp-inc.org")
           )
Description: Probability mass (d), distribution (p), quantile (q), and random 
    number generating (r and rt) functions for the time-varying right-truncated 
    geometric (tvgeom) distribution. Also provided are functions to calculate the first 
    and second central moments of the distribution. The tvgeom distribution
    is similar to the geometric distribution, but the probability 
    of success is allowed to vary at each time step, and there are a limited 
    number of trials. This distribution is essentially a Markov chain, and it
    is useful for modeling Markov chain systems with a set 
    number of time steps.
License: MIT + file LICENSE
Copyright: 2019 Conservation Science Partners, Inc.
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Suggests: ggthemes, ggplot2, dplyr, tidyr, purrr, knitr, rmarkdown,
        magrittr, gridExtra, testthat
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-12-04 00:47:24 UTC; tvgeom
Author: Vincent Landau [aut, cre],
  Luke Zachmann [ctb],
  Conservation Science Partners, Inc. [cph]
Maintainer: Vincent Landau <vincent@csp-inc.org>
Repository: CRAN
Date/Publication: 2019-12-07 01:40:02 UTC
Built: R 4.1.0; ; 2021-05-26 11:34:38 UTC; unix
