TrainModels: Train Model

Description Usage Arguments

View source: R/TrainModels.R

Description

This function takes a test dataset and fits our CART Classification Tree model and Logistic Regression GLM model to the given set.

Usage

1
TrainModels(train)

Arguments

train

The dataset you would like to train models on, if goal is prediction must use Split() ahead of time so model is naive to test observations.


dennist2/MerlinV1 documentation built on Dec. 11, 2019, 8:41 p.m.