build_model_table: build_model_table

View source: R/model_spec.R

build_model_tableR Documentation

build_model_table

Description

Build an empty model table

Usage

build_model_table(ivs, trans_df = NULL, ts = TRUE)

Arguments

ivs

character vector of variables

trans_df

data.frame defining the non-linear transformations to apply

ts

boolean to specify if time-series or not

Details

Build an empty table as a template to capture model predictors, and transformation parameters

Value

tibble of model table

Examples

build_model_table(c('x1','x2'))
build_model_table(colnames(mtcars))

linea documentation built on Sept. 15, 2022, 9:06 a.m.