fitmodel: This is a generic function that specifically handles fitting...

Description Usage Arguments Examples

Description

This is a generic function that specifically handles fitting for models. This handles everything that needs to be done when fitting a model. For objects that do not have a defined class that specifies the kind of model this simply prints "in fitmodel.default".

Usage

1
fitmodel(mod, k, metric)

Arguments

mod

The model object. This will likely be empty in the default case.

k

The k value. This will likely be empty in the default case.

metric

The metric. This will likely be empty in the default case.

Examples

1

emilyklisa/mli documentation built on May 25, 2019, 5:21 p.m.