View source: R/model_with_SLR.R
model_with_SLR | R Documentation |
This function builds an energy use model using the simple linear regression algorithm.
model_with_SLR(training_data = NULL, model_input_options = NULL)
training_data |
Training 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
training dataframe along with the model_fit values
model_input_options from the input along with additional model specifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.