model_with_mean: Mean model.

View source: R/model_with_mean.R

model_with_meanR Documentation

Mean model.

Description

This function builds an intercept only energy use model.

Usage

model_with_mean(training_data = NULL, model_input_options = NULL)

Arguments

training_data

Training dataframe and operating mode dataframe. Output from create_dataframe

model_input_options

List with model inputs specified using assign_model_inputs

Value

a list with the following components:

model

an lm object

training_data

training dataframe along with the model_fit values

model_input_options

model_input_options from the input along with additional model specifications.


kW-Labs/nmecr documentation built on May 6, 2024, 9:28 p.m.