Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 2, 2024
1 parent 42a1d29 commit 6bbf6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/performance.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ _([related function documentation](https://easystats.github.io/performance/refer
```{r}
model <- lm(len ~ supp + dose, data = ToothGrowth)
result <- check_homogeneity(model)
plot(result)
suppressWarnings(plot(result))
```

## Posterior Predictive Checks
Expand Down

0 comments on commit 6bbf6ee

Please sign in to comment.