makeModel: A convenient function to create a dymiumCore::Model object...

Description Usage Arguments Value

Description

Make a light weight model object that can be used by dymiumCore's transition functions. It currently supports:

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
makeModel(model, ...)

## S3 method for class 'train'
makeModel(model, preprocessing_fn = NULL, ...)

## S3 method for class 'WrappedModel'
makeModel(model, preprocessing_fn = NULL, ...)

## S3 method for class 'mlogit'
makeModel(model, preprocessing_fn = NULL, ...)

Arguments

model

a model object. See the description section for the supported models.

...

dots.

preprocessing_fn

a preprocessing function.

Value

a Model object.


dymium-org/dymiumModel documentation built on June 23, 2020, 11:01 a.m.