lean_analysis_ranking: Ranks baseload, heating/cooling change-points and...

Description Usage Arguments Details Examples

View source: R/post_model_calc.R

Description

This function calculates numeric and percent rank for baseload, heating/cooling change-points and sensitivity (for a sinlge energy type).

Usage

1

Arguments

post_df

A data frame returned from main_post_model. The data frame should include multiple buildings to have meaningful interpretation of the rank.

Details

If post_df includes more than one energy type, it is advised to use main_post_model.

Examples

1
2
3
4
5
6
7
## Not run: 
batch_result = batch_run(unretrofit_utility)
post_df = main_post_model(unretrofit_utility, batch_result$best_result_df)
post_elec = subset(post_df, post_df$energy_type == 'Elec')
lean_elec = lean_analysis_ranking(post_elec)

## End(Not run)

tinnaing347/bRema documentation built on Aug. 23, 2019, 9:15 p.m.