prepanel.ci: Lattice prepanel function for confidence intervals

prepanel.ciR Documentation

Lattice prepanel function for confidence intervals

Description

This prepanel function is defined so as to allow room for all confidence intervals plotted in a lattice display. Note, both lower and upper must be passed directly to xyplot as they will be passed down to the prepanel function. This function is used internally by several other functions in the package

Usage

prepanel.ci(x, y, subscripts, lower, upper)

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.

Value

A list giving the ranges and differences in ranges of x and the lower and upper bounds of y.

Author(s)

Dave Armstrong


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