Skip to content

Commit

Permalink
fix scoping
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 2, 2024
1 parent 67dabdc commit 2376baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/parameters.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ plot(result)
### From simulated model parameters

```{r fig.height=8}
simulated_parameters <- simulate_model(model1, component = "conditional")
simulated_parameters <<- simulate_model(model1, component = "conditional")
result <- equivalence_test(simulated_parameters)
result
Expand Down

0 comments on commit 2376baf

Please sign in to comment.