panel.ci: Lattice panel function for confidence intervals

panel.ciR Documentation

Lattice panel function for confidence intervals

Description

This panel function is defined to plot confidence intervals in a multi-panel lattice display. Note, both lower and upper must be passed directly to xyplot as they will be passed down to the panel function. This function is used internally by several other functions in the package.

Usage

panel.ci(x, y, subscripts, lower, upper, zl)

Arguments

x, y

Data from the call to xyplot.

subscripts

Variable used to created the juxtaposed panels.

lower, upper

95% lower and upper bounds of y.

zl

Logical indicating whether or not a horizontal dotted line at zero is desired.

Value

A panel function that plots confidence envelopes with dotted lines suitable for inclusion in a lattice graph

Author(s)

Dave Armstrong


davidaarmstrong/damisc documentation built on Sept. 16, 2024, 4:10 a.m.