Relative Content

Tag Archive for rggplot2geom-ribbon

ggplot2: confidence intervals with geom_ribbon() not showing

I have the following data frame: the point estimates (beta_), the lower bound of the CI (lowerci_), and the upper bound (upperci_). I want to plot the estimates as points and an area without lines, just shading (and transparency, alpha), meaning the CI. But my code is not working even though it seems to work for people online.