So I am trying to add my Bayesian logistic curve to the output I already have. For context, the coefficients of my output lead me to an equation of: y = -2.53 + .0003*x
Here is what I have tried, and I am getting the following error:
failed function, nothing ran for the function/line
And I do not want to use geom_smooth, as it does the following which is not the EXACT points that would be on the line. Help anybody?