make_predr_vals | R Documentation |
make_predr_vals() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make predictor values. The function returns Predictor values (a double vector).
make_predr_vals(predr_var_nm_1L_chr, candidate_predrs_lup = NULL)
predr_var_nm_1L_chr |
Predictor variable name (a character vector of length one) |
candidate_predrs_lup |
Candidate predictors (a lookup table), Default: NULL |
Predictor values (a double vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.