figConfidenceBand: Creates confidence band for regression line
Description
Adds a confidence band around a regression line in a plot
Usage
figConfidenceBand(X, Y, CILo, CIHi, Color)
Arguments
X
Vector of data for X to plot
Y
Vector of data for Y to plot
CILo
Vector of data for lower bound of confidence interval
CIHi
Vector of data for upper bound of confidence interval
Color
String to indicate R color. Will be .15 transparent in plot
Value
No value is returned