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 b9d1521 commit 54d41af
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 @@ -151,7 +151,7 @@ _([related function documentation](https://easystats.github.io/performance/refer

```{r}
model <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars)
result <- check_normality(model)
result <<- check_normality(model)
```

### Density Plot
Expand Down

0 comments on commit 54d41af

Please sign in to comment.