regression_metrics: Calculates Regression Metrics

Description Usage Arguments Value

Description

Function to calculate regression metrics

Usage

1
regression_metrics(model, df, trained_Y, Number_of_predictors)

Arguments

model

is your regression model LM or MLR

df

is the data used to train your model

trained_Y

is the value your model is attempting to predict

Number_of_predictors

number of features used to in the model

Value

dataframe of regression metrics


moone009/tmp_preprocess documentation built on May 23, 2019, 6:10 a.m.