divides the dataFrame as the percentage defined in percTraining enabling apply and measure the performance of the regression equation.
separaDados(dataFrame, fieldName, percTraining = 0.7, seed = NULL)
source of data
column of dataFrame that will be applied regression
percentage that will be reserved for training (default 0.70)
integer that determines how the sample is randomly chosen (default NULL)