separaDados: Data Separates

Description Usage Arguments

Description

divides the dataFrame as the percentage defined in percTraining enabling apply and measure the performance of the regression equation.

Usage

1
separaDados(dataFrame, fieldName, percTraining = 0.7, seed = NULL)

Arguments

dataFrame

source of data

fieldName

column of dataFrame that will be applied regression

percTraining

percentage that will be reserved for training (default 0.70)

seed

integer that determines how the sample is randomly chosen (default NULL)


Fgmutils documentation built on May 2, 2019, 9:16 a.m.