Could anybody help me to check the code below and let me know why this "Cannot add ggproto objects together" keeps popping up..
ggplot(data = npa_meta_paper_form, aes(X= advantage, Y = optout))
> geom_point(size = 1, colour = "black") + geom_point(size = 1, colour = "white") + geom_smooth(aes(colour = "black"),method = 'lm') + ggtitle("chosen adventage vs optout rate")
+theme(legend.position = "none")
Error: Cannot add ggproto objects together. Did you forget to add this object to a ggplot object?