model_apply {struct}R Documentation

Apply a model

Description

Applies a method to the input dataset

Usage

model_apply(M, D)

Arguments

M

a 'method' object

D

another object used by the first

Value

Returns a modified method object

Examples

M = example_model()
M = model_apply(M,iris_DatasetExperiment())

[Package struct version 1.2.0 Index]