Learn R Programming

linea (version 0.1.1)

build_model_table: build_model_table

Description

Build an empty model table

Usage

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

Value

tibble of model table

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

Examples

Run this code
build_model_table(c('x1','x2'))
build_model_table(colnames(mtcars))

Run the code above in your browser using DataLab