Skip to content

Commit

Permalink
Fix return value in borel function
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed May 7, 2024
1 parent 013e5e0 commit 1a20941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/borel.r
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dborel <- function(x, mu, log = FALSE) {
##' `Inf` (as a form of censoring). `rborel()` uses [simulate_summary()]
##' internally with a poisson offspring distribution, so if `mu >= 1`, the
##' simulation could proceed unendingly. This parameter is used to prevent this.
##' @return Vector of random numbers
##' @return A numeric vector of random numbers.
##' @author Sebastian Funk
##' @export
##' @examples
Expand Down

0 comments on commit 1a20941

Please sign in to comment.