fit_TOWT_reg | R Documentation |
This function builds an energy use/demand models separated by occupancy and temperature regimens.
fit_TOWT_reg(
training_data = NULL,
prediction_data = NULL,
model_input_options = NULL
)
training_data |
Training dataframe and operating mode dataframe. Output from create_dataframe |
prediction_data |
Prediction dataframe and operating mode dataframe. Output from create_dataframe |
model_input_options |
List with model inputs specified using assign_model_inputs |
a list with the following components:
an lm object generated when using Time-of-Week and Time-of-Week & Temperature algorithms
an lm object generated when using TOWT algorithm when the unoccupied period is discernably different from the occupied period
training dataframe along with the model_fit values
prediction dataframe along with the model prediction values. Only generated when prediction_data is supplied to the algorithm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.