model_variance function

Compute model variance

Compute model variance

model_variance(object, ...)

Arguments

  • object: A model object implementing residuals() and nobs()
  • ...: currently ignored

Returns

A double vector of length 1

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 n1n-1 as the denominator.