A univariate model object of class lm or
rlm
- with model formula y ~ x or y ~ x - 1.
-
-
newdata
-
- A vector of observed y values for one sample.
-
-
…
-
- Placeholder for further arguments that might be needed by
- future implementations.
-
-
ws
-
- The weight attributed to the sample. This argument is obligatory
- if object has weights.
-
-
alpha
-
- The error tolerance level for the confidence interval to be reported.
-
-
var.s
-
- The estimated variance of the sample measurements. The default is to take
+ with model formula y ~ x or y ~ x - 1.
+
+
+
newdata
+
A vector of observed y values for one sample.
+
+
+
…
+
Placeholder for further arguments that might be needed by
+ future implementations.
+
+
+
ws
+
The weight attributed to the sample. This argument is obligatory
+ if object has weights.
+
+
+
alpha
+
The error tolerance level for the confidence interval to be reported.
+
+
+
var.s
+
The estimated variance of the sample measurements. The default is to take
the residual standard error from the calibration and to adjust it
using ws, if applicable. This means that var.s
- overrides ws.
-
-
+ overrides ws.