Description Usage Arguments Value Examples
View source: R/results_functions.R
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
1 | get_mcp_results(mcp_list, megaframe, model_coefficient_is_0 = FALSE)
|
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 |
A dataframe that contains all of the result metrics for the mcp runs in mcp_list
1 2 3 4 5 | ## Not run:
my_mcp <- run_mcp(megaframe)
get_mcp_restults(my_mcp, megaframe)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.