create_model_df | R Documentation |
Creates the data.frame that contains the models for spatial gradient screening algorithms.
create_model_df(
input,
var_order = NULL,
model_subset = NULL,
model_remove = NULL,
model_add = NULL,
noise_level = 0,
noise = NULL,
seed = 123,
range = c(0, 1),
verbose = TRUE
)
var_order |
Character. The name of the variable that is supposed to indicate the direction. |
model_subset |
Character value. Used as a regex to subset models.
Use |
model_remove |
Character value. Used as a regex to remove models are not supposed to be included. |
model_add |
Named list. Every slot in the list must be either a formula
containing a function that takes a numeric vector as input and returns a numeric
vector with the same length as its input vector. Or a numeric vector with the
same length as the input vector. Test models with |
seed |
Numeric value. Sets the random seed. |
verbose |
Logical. If (Warning messages will always be printed.) |
Data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.