cal.ci {bayclumpr} | R Documentation |
This function is used to generate CI estimates at given intervals. It is currently used for plotting in BayClump.
Description
This function is used to generate CI estimates at given intervals. It is currently used for plotting in BayClump.
Usage
cal.ci(data, from, to, length.out = 100)
Arguments
data |
A |
from |
the lower limit in x. |
to |
the upper limit in x. |
length.out |
the number of breaks. |
Value
A data.frame
or list
of data.frame
s with the
confidence interval for a given model in a given range
of X.
[Package bayclumpr version 0.1.0 Index]