get_mdls_lup | R Documentation |
get_mdls_lup() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get models lookup table. The function returns Models (a lookup table).
get_mdls_lup(
ttu_dv_dss_tb = NULL,
mdl_predrs_in_ds_chr = NULL,
utility_type_chr = NULL,
ttu_dv_nms_chr = "TTU",
server_1L_chr = "dataverse.harvard.edu",
key_1L_chr = NULL
)
ttu_dv_dss_tb |
Transfer to utility algorithm dataverse datasets (a tibble), Default: NULL |
mdl_predrs_in_ds_chr |
Model predictors in dataset (a character vector), Default: NULL |
utility_type_chr |
Utility type (a character vector), Default: NULL |
ttu_dv_nms_chr |
Transfer to utility algorithm dataverse names (a character vector), Default: 'TTU' |
server_1L_chr |
Server (a character vector of length one), Default: 'dataverse.harvard.edu' |
key_1L_chr |
Key (a character vector of length one), Default: NULL |
Models (a lookup table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.