portfolio_savings: Portfolio Savings summary

Description Usage Arguments Value

View source: R/savings.R

Description

portfolio_savings This function is used by the shiny application to produce results summary at the portfolio level

Usage

1
portfolio_savings(sav_out, screened = F)

Arguments

sav_out

a shiny reactiveValues object where the baseline object and the pre/post data are stored

screened

a Boolean, which defines if the all the data are included in the portfolio analysis (screened = FALSE) or if only the data that have passed the screeneing are used (screened = TRUE)

Value

a portfolio_savings object which is a list with the following components:

Savings_portfolio

numerical value corresponding to the estimated savings at portfolio level

Delta_portfolio

numerical value corresponding to the estimated savings uncertainty at portfolio level

Savings_Range

a text string corresponding to the estimated savings range at the portfolio level

FS_portfolio

numerical value corresponding to the estimated fractional savings at portfolio level

FSU_portfolio

numerical value corresponding to the estimated fractional savings uncertainty at portfolio level

FS_Range

a text string corresponding to the estimated fractional savings range at the portfolio level


LBNL-ETA/RMV2.0 documentation built on Nov. 9, 2020, 5:44 a.m.