get_table_predn_mdl: Get table prediction model

get_table_predn_mdlR Documentation

Get table prediction model

Description

get_table_predn_mdl() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get table prediction model. Function argument mdl_nm_1L_chr specifies the where to look for the required object. The function returns Table prediction (a model).

Usage

get_table_predn_mdl(mdl_nm_1L_chr, ingredients_ls, analysis_1L_chr = NULL)

Arguments

mdl_nm_1L_chr

Model name (a character vector of length one)

ingredients_ls

Ingredients (a list)

analysis_1L_chr

Analysis (a character vector of length one), Default: NULL

Value

Table prediction (a model)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.