Skip to contents

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).

Usage

make_predr_vals(predr_var_nm_1L_chr, candidate_predrs_lup = NULL)

Arguments

predr_var_nm_1L_chr

Predictor variable name (a character vector of length one)

candidate_predrs_lup

Candidate predictors (a lookup table), Default: NULL

Value

Predictor values (a double vector)