dlnm-internal: Internal Functions for Package dlnm
Description
These functions are called internally by other functions and are not meant to be directly run by the users.Usage
.fci(ci, x, high, low, ci.arg, plot.arg, noeff=NULL)
.seq(lag, by=1)
Arguments
ci
type of confidence intervals representation.
x
the coordinates of the x axis.
high, low
the coordinates of the y axis for the interval.
ci.arg
list of arguments to draw the confidence intervals.
plot.arg
list of arguments of the main plot.
noeff
reference value of the null effect.
lag
a numeric vector of length 2 specifying the range of sequence.
by
increment of the sequence.
Details
The function .fci
is called internally within plotting functions of the package dlnm and provides different options for representing confidence intervals.
The function .seq
is called internally to create the vector with the sequence of lag given the range provided.See Also
See dlnm-package
for an overview of the package and type 'vignette(dlnmOverview)'
for a detailed description.