compareModels: Generic function for model comparison
Description
compareModels
is a generic functions which invoke
particular methods which depend on the class of the first argumentUsage
compareModels(object, object2, ...)
Arguments
object, object2
Model objects
Value
- The value returned depends on the class of the first argument.