Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fmclass

Register Comparable Functions


Description

The fit.models package maintains a list of comparable models. These functions provide an api to modify this list.

Usage

fmclass.register(fmclass, classes, validation.function = NULL)

fmclass.add.class(fmclass, class, warn = TRUE)

Arguments

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 fmclass.

validation.function

a function returning TRUE when the models are comparable.

class

a character string specifying a class compatible with the methods of fmclass.

warn

a logical value. If TRUE, a warning is printed if class is already registered.

Details

See the package vignette.

Value

a null value is invisibly returned.


fit.models

Compare Fitted Models

v0.64
GPL
Authors
Kjell Konis [aut, cre]
Initial release
2020-08-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.