Skip to content

Commit

Permalink
Update gen-random-normal-walk.R
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Jul 19, 2024
1 parent 5074ebb commit 95b3ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gen-random-normal-walk.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ random_normal_walk <- function(.num_walks = 25, .n = 100, .mu = 0, .sd = .1,
# dplyr::ungroup()

# Attributes
attr(res, "num_walks") <- num_walks
attr(res, "n") <- n
attr(res, "num_walks") <- num_walks
attr(res, "mu") <- mu
attr(res, "sd") <- sd
attr(res, "initial_value") <- initial_value
Expand Down

0 comments on commit 95b3ed9

Please sign in to comment.