View source: R/calculate_summary_statistics.R
calculate_summary_statistics | R Documentation |
Calculate model summary statistics. Applicable to training data only.
calculate_summary_statistics(modeled_data_obj = NULL)
modeled_data_obj |
List with model results. Output from model_with_SLR, model_with_CP, model_with_HDD_CDD, and model_with_TOWT. |
a dataframe with five model statistics: "R_squared", "CVRMSE", "NDBE", "MBE", "#Parameters"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.