Learn R Programming

MachineShop (version 3.8.0)

as.MLInput: Coerce to an MLInput

Description

Function to coerce an object to MLInput.

Usage

as.MLInput(x, ...)

# S3 method for MLModelFit as.MLInput(x, ...)

# S3 method for ModelSpecification as.MLInput(x, ...)

Value

MLInput class object.

Arguments

x

model fit result or MachineShop model specification.

...

arguments passed to other methods.