Skip to content

Commit

Permalink
added exponential option to switch in family.epidist, closes #328
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Jun 10, 2024
1 parent da8f5c2 commit fd93fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/epidist.R
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ family.epidist <- function(object, ...) {
geometric = "geom",
poisson = "pois",
normal = "norm",
exponential = "exp",
prob_dist
)

Expand Down

0 comments on commit fd93fe4

Please sign in to comment.