Skip to content

Commit

Permalink
Fix typo in Factories exercise: model --> formula (#1667)
Browse files Browse the repository at this point in the history
The `boot_model()` function does not have a `model` argument. It does have `formula`.
  • Loading branch information
milanmlft committed Mar 19, 2023
1 parent 913df5a commit 938e6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Function-factories.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ These advantages get bigger in more complex MLE problems, where you have multipl
### Exercises

1. In `boot_model()`, why don't I need to force the evaluation of `df`
or `model`?
or `formula`?

1. Why might you formulate the Box-Cox transformation like this?

Expand Down

0 comments on commit 938e6f1

Please sign in to comment.