Skip to content

Commit

Permalink
Update simulation.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ben18785 committed Sep 17, 2024
1 parent c04cfa4 commit 573a2b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/simulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#' \dontrun{
#' generate_vector_serial(10, 5, 2)
#' }
#' @export
generate_vector_serial <- function(nt, mean_si, sd_si) {

if (!is.numeric(nt) || nt <= 0 || nt != as.integer(nt)) {
Expand Down

0 comments on commit 573a2b6

Please sign in to comment.