Residual variance of a fitted model
resVar(object)
object |
a fitted model. |
resVar = \frac{∑_{i=1}^n(y_i - \hat{y}_i)^2}{n - p}
where n is the number of response values and p the number of parameters in the model.
The residual variance of the fit.
Andrej-Nikolai Spiess
m1 <- pcrfit(reps, 1, 2, l5) resVar(m1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.