powered by
Build an empty model table
build_model_table(ivs, trans_df = NULL, ts = TRUE)
tibble of model table
tibble
character vector of variables
data.frame defining the non-linear transformations to apply
data.frame
boolean to specify if time-series or not
Build an empty table as a template to capture model predictors, and transformation parameters
build_model_table(c('x1','x2')) build_model_table(colnames(mtcars))
Run the code above in your browser using DataLab