View source: R/C3_specific_predictors.R
specific_predictors | R Documentation |
Create a new valid instance of the Candidate predictors lookup table
specific_predictors(x = make_pt_specific_predictors())
make_pt_specific_predictors(
short_name_chr = character(0),
long_name_chr = character(0),
min_val_dbl = numeric(0),
max_val_dbl = numeric(0),
class_chr = character(0),
increment_dbl = numeric(0),
class_fn_chr = character(0),
mdl_scaling_dbl = numeric(0),
covariate_lgl = logical(0)
)
is_specific_predictors(x)
x |
An object of any type |
short_name_chr |
Short name (a character vector), Default: character(0) |
long_name_chr |
Long name (a character vector), Default: character(0) |
min_val_dbl |
Minimum value (a double vector), Default: numeric(0) |
max_val_dbl |
Maximum value (a double vector), Default: numeric(0) |
class_chr |
Class (a character vector), Default: character(0) |
increment_dbl |
Increment (a double vector), Default: numeric(0) |
class_fn_chr |
Class function (a character vector), Default: character(0) |
mdl_scaling_dbl |
Model scaling (a double vector), Default: numeric(0) |
covariate_lgl |
Covariate (a logical vector), Default: logical(0) |
Candidate predictors lookup table
A validated instance of the Candidate predictors lookup table
A prototype for Candidate predictors lookup table
A logical value, TRUE if a valid instance of the Candidate predictors lookup table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.