ci.plot {tpr} | R 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 jun.yan@uconn.edu
[Package tpr version 0.3-3 Index]