Generate plots on confidence intervals and prediction
makeplot(
dataset2,
dat2,
optionCI = 1,
stopCI = NULL,
alpha = 0.05,
stoppingoption = 2,
xlim = NULL,
ylim = NULL,
main = NULL,
makePlot = TRUE
)List with confidence intervals (slot CIs), the stopping point (slot stopline), and the reason for stopping (stopreason, see function 'stoppingcriterion').
The output dataset of the function 'fullrun'.
Second dataset on which confidence intervals are computed, see function 'fullrun'.
Parameter to switch between confidence intervals (1 for Lai's confidence bands, 2 for Bayesian credible intervals, 3 for normal confidence intervals).
The stopping bounds.
The error used to compute confidence bands.
Type of stopping criterion (1 for confidence interval included in stopCI, 2 for upper bound below or lower bound above stopCI, 3 for length restriction on confidence interval).
Optional parameter to set x-axis in plots.
Optional parameter to set y-axis in plots.
Optional parameter to set title of plots.
Parameter to control plot output.
.