ci.plot: Confidence Interval Plot

View source: R/plot.R

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 jun.yan@uconn.edu


tpr documentation built on Oct. 17, 2022, 9:07 a.m.