get_train_test_df: Get train and test data frames

Description Usage Arguments Value

View source: R/clean-smd-data.R

Description

Get train and test data frames

Usage

1
2
get_train_test_df(train_start_date, train_end_date, test_start_date,
  test_end_date, trend_start)

Arguments

train_start_date

start date for model training data.

train_end_date

end date for model training data.

test_start_date

start date for model testing data.

test_end_date

end date for model testing data.

trend_start

numeric value indicating trend start.

Value

List containing train and test data frames.


camroach87/gefcom2017 documentation built on March 21, 2020, 11:46 p.m.