79259925

Date: 2024-12-07 03:56:07
Score: 1
Natty:
Report link
require("ggplot2")
ggplot(DATASET, aes(x=discount, y=hit, color=application, group=application)) +
    geom_points() +
    geom_smooth(method="lm")

Just change DATASET for the name of your dataframe.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Guillaume