A univariate model object of class lm or
rlm
with model formula y ~ x or y ~ x - 1.
xlim
The limits of the plot on the x axis.
ylim
The limits of the plot on the y axis.
xlab
The label of the x axis.
ylab
The label of the y axis.
legend_x
An optional numeric value for adjusting the x coordinate of the legend.
alpha
The error tolerance level for the confidence and prediction bands. Note that this
includes both tails of the Gaussian distribution, unlike the alpha and beta parameters
used in lod (see note below).
varfunc
The variance function for generating the weights in the model.
Currently, this argument is ignored (see note below).
Value
A plot of the calibration data, of your fitted model as well as lines showing
the confidence limits. Prediction limits are only shown for models from
unweighted regression.