buildLinearModels: Build a Linear Models

Description Usage Arguments Value

Description

Build a linear model with all features and linear models with each individual feature for the given list of data and return the stats data framed for inspection and plotting

Usage

1

Arguments

dataList

The list of prepared data, generally obtained by running the prepModelData function. It must contain at least these 4 matrices: X_train, y_train, X_test, y_test

Value

A named list containing two items: 1) a stats dataframe with statistics for the both the full linear model and for the individual linear models; 2) the full linear model


PriceLab/FPML documentation built on May 28, 2019, 2:25 p.m.