create_dtest: Creates new data to make predictions

Description Usage Arguments Value Examples

Description

This function will create a dataframe in order to perform predictions.

Usage

1
create_dtest(tab, newdata)

Arguments

tab

A data.table object containing the train dataset.

newdata

A data.table object containing the test dataset.

Value

A data.table object with the results wanted.

Examples

1
tab <- create_dtest(tab,newdata)

guillaumelf/BarchenPackage documentation built on May 31, 2019, 11:50 p.m.