Last data update: 2014.03.03

R: Confidence Interval Plot
ci.plotR Documentation

Confidence Interval Plot

Description

Plotting time-varying coefficient with pointwise confidence.

Usage

ci.plot(x, y, se, level = 0.95, ylim = NULL, newplot = TRUE, fun = gaussian()$linkinv, dfun = gaussian()$mu.eta, ...)

Arguments

x

the x coordinate

y

the y coordinate

se

the standard error of y

level

confidence level

ylim

the range of y axis

newplot

if TRUE, draw a new plot

fun

a transform function

dfun

the derivative of the tranform function

...

arguments to be passed to plot

Author(s)

Jun Yan jyan@stat.uconn.edu

Results