Skip to content

Commit

Permalink
Make block runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Aug 23, 2024
1 parent 9f17d2d commit 6ed27e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/monty.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn <- function(a, b, sigma, data) {

We can wrap this density function in a `monty_model`. The `data` argument is "fixed" - it's not part of the statistical model, so we'll pass that in as the `fixed` argument:

```
```{r}
likelihood <- monty_model_function(fn, fixed = list(data = data))
likelihood
```
Expand Down

0 comments on commit 6ed27e5

Please sign in to comment.