Description Usage Arguments Details Value
The fit.models
package maintains a list of comparable models.
These functions provide an api to modify this list.
1 2 3 | fmclass.register(fmclass, classes, validation.function = NULL)
fmclass.add.class(fmclass, class, warn = TRUE)
|
fmclass |
a character string naming the fit.models class to be added. |
classes |
a character vector naming one or more classes that can be
compared by the methods defined for the fit.models class in |
validation.function |
a function returning |
class |
a character string specifying a class compatible with the
methods of |
warn |
a logical value. If TRUE, a warning is printed if |
See the package vignette.
a null value is invisibly returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.