get_mcp_results: Calculate the results of the MCP for all timesteps and...

Description Usage Arguments Value Examples

View source: R/results_functions.R

Description

Build the dataframe that is saved in MCP$results Gets longterm metrics from the satellite models, gets performance metrics of the model fits, and calculates longterm adjustments

Usage

1
get_mcp_results(mcp_list, megaframe, model_coefficient_is_0 = FALSE)

Arguments

mcp_list

A named list of model fits to onsite data; The output of run_mcp_for_all_timesteps_and_sensors()

megaframe

A megaframe with at least one satellite model and the sms model

model_coefficient_is_0

Whether or not the models in mcp_list forced the intercept coefficient to zero

Value

A dataframe that contains all of the result metrics for the mcp runs in mcp_list

Examples

1
2
3
4
5
## Not run: 
my_mcp <- run_mcp(megaframe)
get_mcp_restults(my_mcp, megaframe)

## End(Not run)

btaute/powerResource documentation built on Sept. 4, 2020, 4:36 p.m.