Create Scatterplot

By for October 21, 2016
Language

Report Abuse
Custom module to show different kinds of scatterplots
You can use this module to create a scatterplot of two numeric variables, and show different interpolation curves and confidence intervals. The module users R ggplot2 library to produce the plots. The options include: 1. Datapoints only. Points corresponding to (x,y) coordinate pairs are plotted. 2. Linear regression. A line with confidence intervals is interpolated through data. 3. LOESS smoothing. Data is interpolated using local polynomials. 4. Countours. The density of (x,y) points is represented using contours. The module code is available [here][1]. [1]: https://github.com/Azure/custmod/tree/master/VisualizeData