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 7328936 commit b9d1521
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 @@ -72,7 +72,7 @@ plot(result)
Example where model **is** a good fit.

```{r}
model <- glm(am ~ mpg + vs + cyl, data = mtcars, family = "binomial")
model <- suppressWarnings(glm(am ~ mpg + vs + cyl, data = mtcars, family = "binomial"))
result <- binned_residuals(model)
result
Expand Down

0 comments on commit b9d1521

Please sign in to comment.