Error in plotting with ggplot2 when using stat_smooth with a custom formula
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-11
ggplot2 data-visualization stat-smooth
I'm having trouble using the `stat_smooth()` function from the `ggplot2` package in R. Specifically, I want to apply a custom polynomial regression formula to m...