Description
Generic function to compute the Mean Squared Error of a fitted model.
Usage
mse(object, ...)# S3 method for default
mse(object, ...)
Value
Computed MSE for the fitted model.
Arguments
- object
object of class nlar.fit
- ...
additional arguments to mse
Author
Antonio, Fabio Di Narzo