SAE {diagL1} | R Documentation |
Function to calculate SAE (Sum of Absolute Errors) of the adjusted model.
SAE(model)
model |
A linear model L1 fitted with the |
SAE (Sum of Absolute Errors).
data(stackloss)
model_L1 = regL1(stack.loss ~ stack.x)
SAE(model_L1)