figConfidenceBand: Creates confidence band for regression line

Description Usage Arguments Value Author(s)

Description

Adds a confidence band around a regression line in a plot

Usage

1
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

Author(s)

John J. Curtin jjcurtin@wisc.edu


lmSupport documentation built on May 2, 2019, 2:14 p.m.