Learn R Programming

sasLM (version 0.10.5)

pB: Plot Confidence and Prediction Bands for Simple Linear Regression

Description

It plots bands of the confidence interval and prediction interval for simple linear regression.

Usage

pB(Formula, Data, Resol=300, conf.level=0.95, lx, ly, ...)

Value

Ignore return values.

Arguments

Formula

a formula

Data

a data.frame

Resol

resolution for the output

conf.level

confidence level

lx

x position of legend

ly

y position of legend

...

arguments to be passed to plot

Author

Kyun-Seop Bae k@acr.kr

Details

It plots. Discard return values. If lx or ly is missing, the legend position is calculated automatically.

Examples

Run this code
  pB(hp ~ disp, mtcars)
  pB(mpg ~ disp, mtcars)

Run the code above in your browser using DataLab