Skip to content

Commit

Permalink
fix in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 13, 2023
1 parent 571b4b5 commit b347d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/modelbased.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ plot(result)
model <- lm(Petal.Length ~ Species * poly(Sepal.Width, 3), data = iris)
result <- estimate_slopes(model, at = c("Sepal.Width", "Species"))
plot(result)
suppressWarnings(plot(result))
```

# Estimate derivatives
Expand Down

0 comments on commit b347d46

Please sign in to comment.