predicted_name: Predicted output name

predicted_nameR Documentation

Predicted output name

Description

get/set the prediction output for a model_ This determines which outputs from this model are supplied as inputs to the next model when used in a model_seq

Usage

predicted_name(M)

predicted_name(M) <- value

Arguments

M

a model object

value

name of an output for this model

Value

predicted_name

returns the name of the predicted output

predicted_name<-

sets the name of the predicted output

Examples

M = example_model()
predicted_name(M)
predicted_name(M) = 'result_2'

computational-metabolomics/struct documentation built on March 27, 2024, 4:26 p.m.