make_predn_ds_with_one_predr | R Documentation |
make_predn_ds_with_one_predr() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make prediction dataset with one predictor. The function returns Prediction dataset (a tibble).
make_predn_ds_with_one_predr(
model_mdl,
depnt_var_nm_1L_chr = "utl_total_w",
tfmn_1L_chr = "NTF",
predr_var_nm_1L_chr,
predr_vals_dbl,
predn_type_1L_chr = NULL
)
model_mdl |
Model (a model) |
depnt_var_nm_1L_chr |
Dependent variable name (a character vector of length one), Default: 'utl_total_w' |
tfmn_1L_chr |
Transformation (a character vector of length one), Default: 'NTF' |
predr_var_nm_1L_chr |
Predictor variable name (a character vector of length one) |
predr_vals_dbl |
Predictor values (a double vector) |
predn_type_1L_chr |
Prediction type (a character vector of length one), Default: NULL |
Prediction dataset (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.