| fmregistry {fit.models} | R Documentation |
The fit.models package maintains a list of comparable models called the fit.models registery. These functions provide a method for adding new classes of models to the fit.models registery.
fmclass.register(fmclass, classes, validation.function = NULL) fmclass.add.class(fmclass, class, warn = TRUE)
fmclass |
a character string naming a fit.models class to be added to the |
classes |
a character vector naming one or more classes that can be compared by the methods defined for the fit.models class in |
class |
a character string specifying a class compatible with the methods of |
validation.function |
a function returning |
warn |
a logical value. If TRUE, a warning is printed if |
See the package vignette.
a null value is invisibly returned.