Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix warnings in examples and vignettes #310

Merged
merged 13 commits into from
Oct 24, 2023
Prev Previous commit
Next Next commit
fix warning
strengejacke committed Oct 13, 2023
commit 332930c220694c0ba85245df80a38a2a4304ff63
2 changes: 1 addition & 1 deletion vignettes/parameters.Rmd
Original file line number Diff line number Diff line change
@@ -190,7 +190,7 @@ density estimation plots [from Bayesian
models](https://easystats.github.io/see/articles/bayestestR.html).

```{r}
result <- simulate_parameters(model1)
result <<- simulate_parameters(model1)

plot(result)
```
Loading