View source: R/model_with_HDD_CDD.R
| model_with_HDD_CDD | R Documentation | 
This function builds an energy use model using one of three algorithms: HDD-CDD Multivariate Regression (HDD-CDD), HDD Regression (HDD),
CDD Regression (CDD).#'
model_with_HDD_CDD(
  training_data = NULL,
  model_input_options = NULL,
  HDD_balancepoint = NULL,
  CDD_balancepoint = 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  | 
HDD_balancepoint | 
 Heating specific balancepoint  | 
CDD_balancepoint | 
 Cooling specific balancepoint  | 
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.