build_model_table | R Documentation |
Build an empty model table
build_model_table(ivs, trans_df = NULL, ts = TRUE)
ivs |
character vector of variables |
trans_df |
|
ts |
boolean to specify if time-series or not |
Build an empty table as a template to capture model predictors, and transformation parameters
tibble
of model table
build_model_table(c('x1','x2')) build_model_table(colnames(mtcars))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.