SAGE Journals: Your gateway to world-class research journals

ggplot(regression.data, aes(x = centered.predictor1, y = outcome)) + #Set up plot based on data and which variables are x and y geom_point(position = position_jitter(.05), shape = 1) + #Add data points, with a little jitter and in the shape of open circles ................
................