Skip to content

Commit

Permalink
Update R/packer.R
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley authored Sep 20, 2024
1 parent f86f1ee commit a2ae02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/packer.R
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
##' # You can use a packer to set "fixed" parameters that do not vary
##' # with the underlying model being fit, but are required by your model.
##' # This is simpler than the "closure" approach used previously in our
##' # mcstate package and also easier to accomodate with differentiable
##' # mcstate package and also easier to accommodate with differentiable
##' # models:
##' p <- monty_packer(
##' c("a", "b"),
Expand Down

0 comments on commit a2ae02f

Please sign in to comment.