Plotting time-varying coefficient with pointwise confidence.
ci.plot(x, y, se, level = 0.95, ylim = NULL, newplot = TRUE,
fun = gaussian()$linkinv, dfun = gaussian()$mu.eta, ...)
the x coordinate
the y coordinate
the standard error of y
confidence level
the range of y axis
if TRUE, draw a new plot
a transform function
the derivative of the tranform function
arguments to be passed to plot
Jun Yan jun.yan@uconn.edu