makeModel: make Model

Description Usage Arguments Value

Description

Make a light weight model object that can be used by transition(), TransitionClassification, TransitionRegression.

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 SupportedTransitionModels().

...

dots.

preprocessing_fn

a preprocessing function.

Value

a Model object.


dymium-org/dymiumCore documentation built on July 18, 2021, 5:10 p.m.