Compute model variance
model_variance.RdCompute model variance
Arguments
- object
A model object implementing
residuals()andnobs()- ...
currently ignored
Details
Using the generic functions residuals() and nobs(), this function
computes the variance of the residuals.
Note that unlike stats::var(), it does not use \(n-1\) as the denominator.